更改:编译前置参数

This commit is contained in:
yystopf 2024-10-28 09:48:05 +08:00
parent ec579df59c
commit cfd6d422ea
1 changed files with 1 additions and 1 deletions

View File

@ -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