From 6c4696257b3b700823f9bab0fca6d33697d93dba Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:07:08 +0200 Subject: [PATCH] Add gcc to test --- .drone.yml | 1 + .env.example | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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