This commit is contained in:
wenyifan 2024-02-02 15:03:04 +08:00
parent 9ba9c82a88
commit c25c476e0c

View File

@ -3,6 +3,7 @@ echo Start Build
echo Windows
export GOOS=windows
export GOARCH=amd64
export CGO_ENABLED=0
go build -buildvcs=false -ldflags "-w -s" -trimpath -a -o gost.exe
export GOARCH=386