Skip to content

Commit

Permalink
goreleaser: remove windows builds
Browse files Browse the repository at this point in the history
they were never supported, but now they don't even compile
  • Loading branch information
Mate Ory committed Sep 8, 2020
1 parent 145cf81 commit 6321564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64

archives:
-
name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
-
goos: windows
format: zip

checksum:
name_template: "banzai_checksums.txt"
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64

archives:
-
name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
-
goos: windows
format: zip

checksum:
name_template: "banzai_checksums.txt"
Expand Down

0 comments on commit 6321564

Please sign in to comment.