We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceac7a commit 45047a6Copy full SHA for 45047a6
.github/workflows/release-build.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Build Go binaries
32
uses: wangyoucao577/go-release-action@v1
33
with:
34
+ pre_command: "export CGO_ENABLED=0"
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
goos: ${{ matrix.goos }}
37
goarch: ${{ matrix.goarch }}
0 commit comments