Skip to content

Commit

Permalink
remove unsupported windows builds from output
Browse files Browse the repository at this point in the history
marhaupe committed Oct 26, 2024
1 parent 5e2ed8f commit 1d6459b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
@@ -35,10 +34,6 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc

0 comments on commit 1d6459b

Please sign in to comment.