From dee92d8f0e7bd3b754b9e9d85d0501156b3510f3 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 18 Jan 2021 05:28:51 +0100 Subject: [PATCH] Add Pipeline to build gluster_prometheus --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..aab97fe --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: docker +name: default + +platform: + arch: arm64 + +steps: + - name: install + image: golang:alpine + commands: + - go get https://github.com/gluster/gluster-prometheus.git