Skip to content

Commit 3e849a2

Browse files
committed
add option CGO_ENABLED=0 to build step
1 parent 2b00b8f commit 3e849a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
GOARCH: amd64
1212
GOOS: ${{ matrix.os }}
13+
CGO_ENABLED: 0
1314
name: release
1415
runs-on: ${{ matrix.os == 'darwin' && 'macos-latest' || 'ubuntu-latest'}}
1516
outputs:

0 commit comments

Comments
 (0)