Skip to content

Commit

Permalink
Enable CGO which is needed for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Jan 15, 2024
1 parent 1a735c0 commit f2b1aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
GOARCH: ${{ matrix.goarch }}
GOOS: ${{ matrix.goos }}
CGO_ENABLED: 1

- name: Create distribution archive
run: go run -v ./scripts/dist
Expand Down

0 comments on commit f2b1aba

Please sign in to comment.