Skip to content

Commit ac56ec5

Browse files
authored
fix: drop windows support (#146)
* fix: drop windows support Signed-off-by: Zach Aller <[email protected]> * fix: drop darwin as well Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Zach Aller <[email protected]>
1 parent 8fdfd71 commit ac56ec5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ builds:
2525
- -v
2626
goos:
2727
- linux
28-
- windows
29-
- darwin
3028
ldflags:
3129
- -X github.com/argoproj-labs/gitops-promoter/common.version={{ .Version }}
3230
- -X github.com/argoproj-labs/gitops-promoter/common.buildDate={{ .Date }}
@@ -58,10 +56,6 @@ archives:
5856
{{- else if eq .Arch "386" }}i386
5957
{{- else }}{{ .Arch }}{{ end }}
6058
{{- if .Arm }}v{{ .Arm }}{{ end }}
61-
# use zip for windows archives
62-
format_overrides:
63-
- goos: windows
64-
format: zip
6559
6660
release:
6761
prerelease: auto

0 commit comments

Comments
 (0)