Skip to content

Commit

Permalink
Merge pull request #1243 from Meroje/macos-cgo
Browse files Browse the repository at this point in the history
fix: enable cgo on macos builds
  • Loading branch information
mapkon committed Mar 27, 2024
2 parents 6e9f8e2 + ba1cdc7 commit 00d5d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ builds:
- amd64
- arm64
- arm
env:
- CGO_ENABLED=1
archives:
- format: tar.gz
wrap_in_directory: false
Expand Down

0 comments on commit 00d5d45

Please sign in to comment.