Skip to content

Commit

Permalink
build: disable CGO when building
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed May 11, 2023
1 parent 4b7bfc8 commit 3c7e7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
args: release --rm-dist
workdir: .
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c7e7cc

Please sign in to comment.