We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3bf76 commit 7b5f1a3Copy full SHA for 7b5f1a3
build.sh
@@ -32,5 +32,5 @@ for os in $OSES; do
32
OUTPUT=".bin/${os}/rip"
33
fi
34
mkdir -p ".bin/${os}"
35
- GOOS="${os}" GOARCH=amd64 go build -o "${OUTPUT}" main.go
+ CGO_ENABLED=0 GOOS="${os}" GOARCH=amd64 go build -o "${OUTPUT}" main.go
36
done
0 commit comments