Skip to content

Commit

Permalink
Add CGO_ENABLED to env when building (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White authored Jul 3, 2024
1 parent 569a7c8 commit 557c4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
run: |
go build -o lku-${{ github.ref_name }}_linux_amd64
Expand Down

0 comments on commit 557c4db

Please sign in to comment.