Skip to content

Commit

Permalink
fix: enable CGO (darwin only)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jul 25, 2023
1 parent 12e7b4e commit 9282e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builds:
- arm
- arm64
env:
- CGO_ENABLED={{- if eq .Os "linux" -}} 0 {{- else -}} 1 {{- end}}
- CGO_ENABLED={{- if eq .Os "darwin" -}} 1 {{- else -}} 0 {{- end}}
archives:
- files:
- LICENSE
Expand Down

0 comments on commit 9282e53

Please sign in to comment.