CI: add repochecker built for Apple M1

This commit is contained in:
nemunaire 2021-02-23 08:50:59 +01:00
parent 0d792dcd8f
commit 10c408eda6
1 changed files with 10 additions and 0 deletions

View File

@ -154,6 +154,16 @@ steps:
commands:
- go build -v -o deploy/repochecker-${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} srs.epita.fr/fic-server/repochecker
- name: build repochecker for macOS
image: golang:alpine
commands:
- apk --no-cache add build-base
- go build -v -o deploy/repochecker-darwin-${DRONE_STAGE_ARCH} srs.epita.fr/fic-server/repochecker
environment:
CGO_ENABLED: 0
GOOS: darwin
GOARCH: arm64
- name: build qa
image: golang:alpine
commands: