diff --git a/.goreleaser.yaml b/.goreleaser.yaml index be4ca90..aa2c160 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,7 +20,6 @@ builds: binary: slash goos: - linux - - windows - darwin archives: @@ -33,10 +32,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