Skip to content

Commit

Permalink
Disable CGO in release workflow
Browse files Browse the repository at this point in the history
Just some quick Googling shows that cgo can cause some issues.

For #5
  • Loading branch information
spenserblack authored Feb 13, 2023
1 parent a5b5824 commit e9d0ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
cache: true
- name: Build Release Assets
run: ./build.sh
env:
CGO_ENABLED: '0'
- name: Publish Assets
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e9d0ed1

Please sign in to comment.