Skip to content

Commit

Permalink
chore(workflows): disable CGO for binaries build
Browse files Browse the repository at this point in the history
  • Loading branch information
lconsuegra committed Nov 8, 2023
1 parent a0d6dbf commit 6ddbadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CGO_ENABLED: 0

0 comments on commit 6ddbadd

Please sign in to comment.