Skip to content

Commit

Permalink
fix: enable cgo on macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Meroje committed Mar 25, 2024
1 parent efbf084 commit 8de0242
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 8de0242

Please sign in to comment.