We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d80dee commit 6e8025bCopy full SHA for 6e8025b
1 file changed
.github/workflows/release.yaml
@@ -36,6 +36,9 @@ jobs:
36
run: go test ${{ env.go-modules }}
37
38
- name: Build binary
39
+ env:
40
+ # Disable cgo so the pre-built binary is statically linked for maximum compatibility.
41
+ CGO_ENABLED: 0
42
run: |
43
mkdir -p build
44
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o wit-bindgen-go ./cmd/wit-bindgen-go
0 commit comments