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 88f64c8 commit 790a7eeCopy full SHA for 790a7ee
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
read -r goos goarch artifact_name <<< "$variant"
51
52
echo "Building for GOOS=$goos GOARCH=$goarch..."
53
- GOOS=$goos GOARCH=$goarch BINPATH="out/$artifact_name" make build
+ CGO_ENABLED=0 GOOS=$goos GOARCH=$goarch BINPATH="out/$artifact_name" make build
54
done
55
56
- name: Upload Build Artifact
0 commit comments