commit dee92d8f0e7bd3b754b9e9d85d0501156b3510f3 Author: Georg Krause Date: Mon Jan 18 05:28:51 2021 +0100 Add Pipeline to build gluster_prometheus 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