Skip to content

Commit e9d0ed1

Browse files
authored
Disable CGO in release workflow
Just some quick Googling shows that cgo can cause some issues. For #5
1 parent a5b5824 commit e9d0ed1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
cache: true
2626
- name: Build Release Assets
2727
run: ./build.sh
28+
env:
29+
CGO_ENABLED: '0'
2830
- name: Publish Assets
2931
uses: softprops/action-gh-release@v1
3032
with:

0 commit comments

Comments
 (0)