diff --git a/.drone.yml b/.drone.yml index 6743a18..c2b4e32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 . ... diff --git a/.env.example b/.env.example index d1448a9..d75cfd4 100644 --- a/.env.example +++ b/.env.example @@ -13,4 +13,7 @@ SNI= EXTRA_CMDLINE= # Leave empty for default -SRG_TASKLIMIT= \ No newline at end of file +SRG_TASKLIMIT= + +# Generation of instructions to use. Bump this to v3 or v1 according to your needs +GOAMD64=v2 \ No newline at end of file