Skip to content

Commit

Permalink
CI: disable CGO_ENABLED on cross build (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Dec 3, 2023
1 parent 2ea6265 commit 54487f3
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 @@ -19,6 +19,8 @@ jobs:
with:
fetch-depth: 0
- name: Cross build
env:
CGO_ENABLED: 0
run: |
GOOS=linux GOARCH=386 make -e buildx
GOOS=linux GOARCH=amd64 make -e buildx
Expand Down

0 comments on commit 54487f3

Please sign in to comment.