Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Jan 4, 2024
1 parent 9a9ea33 commit 852ecb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
builds:
- env:
- CGO_ENABLED=0
- >-
{{- if eq .Os "darwin" or eq .Os "windows" }}
CGO_ENABLED=1
{{- else }}
CGO_ENABLED=0
{{- end }}
goos:
- windows
- linux
Expand Down

0 comments on commit 852ecb0

Please sign in to comment.