Skip to content

Commit

Permalink
Merge pull request #194 from sol-eng/github-actions-clib-update
Browse files Browse the repository at this point in the history
Add CGO_ENABLED to release process
  • Loading branch information
samcofer authored May 23, 2024
2 parents 259dc1e + 1da00ad commit c5119cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
goarch:
Expand Down

0 comments on commit c5119cb

Please sign in to comment.