There was an error while loading. Please reload this page.
1 parent 2b95fa2 commit cb93883Copy full SHA for cb93883
1 file changed
.github/workflows/release.yml
@@ -424,6 +424,7 @@ jobs:
424
output="${DIST_DIR}/${CLI_NAME}-${RELEASE_TAG}-${{ matrix.goos }}-${{ matrix.goarch }}"
425
echo "Building ${{ matrix.goos }}/${{ matrix.goarch }} -> ${output}"
426
427
+ CGO_ENABLED=0 \
428
GOOS="${{ matrix.goos }}" \
429
GOARCH="${{ matrix.goarch }}" \
430
go build \
@@ -458,6 +459,7 @@ jobs:
458
459
exit 1
460
}
461
462
+ $env:CGO_ENABLED = "0"
463
$env:CC = $cc
464
$env:GOOS = "${{ matrix.goos }}"
465
$env:GOARCH = "${{ matrix.goarch }}"
0 commit comments