chore: use GitHub Actions.

This commit is contained in:
Fernandez Ludovic
2020-12-05 16:51:32 +01:00
parent 9378a1e1d2
commit 6516f0ace6
8 changed files with 155 additions and 69 deletions

View File

@ -12,6 +12,7 @@ COPY go.sum .
RUN GO111MODULE=on GOPROXY=https://proxy.golang.org go mod download
COPY . .
RUN GOARCH={{ .GoARCH }} GOARM={{ .GoARM }} make build
FROM scratch