The right image might help
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-01-16 12:55:29 +01:00
parent 7c94d1d7a7
commit da88bfdfc0

View File

@@ -1,9 +1,10 @@
FROM cr.wks/debian-golang-stable FROM cr.wks/debian-golang
ENV GOARCH=arm64 ENV GOARCH=arm64
ENV GOPATH=/usr/src/gopath ENV GOPATH=/usr/src/gopath
ENV GOCACHE=/usr/src/gocache ENV GOCACHE=/usr/src/gocache
RUN go env RUN go env
RUN cat /etc/os-release
WORKDIR /usr/src WORKDIR /usr/src
RUN go get github.com/sapcc/mosquitto-exporter RUN go get github.com/sapcc/mosquitto-exporter
RUN go mode download RUN go mode download