Skip to content

Commit

Permalink
Remove Windows as it is not officially supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfdoherty committed Jul 31, 2024
1 parent fe33d96 commit d823827
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
Expand All @@ -43,10 +42,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
Expand Down

0 comments on commit d823827

Please sign in to comment.