Skip to content

Commit

Permalink
Disable CGO in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pittkin committed Oct 26, 2023
1 parent 61fceac commit 4f929c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
env:
CGO_ENABLED: false
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
Expand Down

0 comments on commit 4f929c0

Please sign in to comment.