From cfd6d422ea6ea72a24e06258206022984b8c5aa6 Mon Sep 17 00:00:00 2001 From: yystopf Date: Mon, 28 Oct 2024 09:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9A=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=89=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 573317a..f9a96d5 100644 --- a/build.sh +++ b/build.sh @@ -12,4 +12,4 @@ go run build/generate-bindata.go public public vendor/code.gitea.io/gitea/module go run build/generate-bindata.go templates templates vendor/code.gitea.io/gitea/modules/templates/bindata.go echo "go build -tags 'bindata' -o gitea_hat main.go..." -go build -tags 'bindata' -o gitea_hat main.go +CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags 'bindata' -o gitea_hat main.go