Skip to content

Commit 3c7e7cc

Browse files
committed
build: disable CGO when building
1 parent 4b7bfc8 commit 3c7e7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-releaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
args: release --rm-dist
2828
workdir: .
2929
env:
30+
CGO_ENABLED: 0
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)