Skip to content

Commit

Permalink
Disable cgo in build
Browse files Browse the repository at this point in the history
Should make the builds works on alpine (muslc)
  • Loading branch information
florensie authored Dec 30, 2020
1 parent ea20c6e commit 024b4d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
release:
types: [created]
Expand All @@ -18,6 +20,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
pre_command: export CGO_ENABLED=0
extra_files: LICENSE README.md .env
sha256sum: false
md5sum: false

0 comments on commit 024b4d3

Please sign in to comment.