diff --git a/cmd/gost/buildAll.sh b/cmd/gost/buildAll.sh index 0623e78..1e8c13f 100644 --- a/cmd/gost/buildAll.sh +++ b/cmd/gost/buildAll.sh @@ -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