更改:编译前置参数
This commit is contained in:
parent
ec579df59c
commit
cfd6d422ea
2
build.sh
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue