Add gcc to test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DataHoarder 2022-08-04 18:07:08 +02:00
parent 42da82e684
commit 6c4696257b
Signed by: DataHoarder
SSH Key Fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: backend
image: golang:1.19-alpine
commands:
- apk update && apk add --no-cache gcc musl-dev
- GOAMD64=v2 go build -v -o orbeat .
...

View File

@ -13,4 +13,7 @@ SNI=
EXTRA_CMDLINE=
# Leave empty for default
SRG_TASKLIMIT=
SRG_TASKLIMIT=
# Generation of instructions to use. Bump this to v3 or v1 according to your needs
GOAMD64=v2