diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1013304..803f0ee 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -10,7 +10,6 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows - darwin goarch: - amd64 @@ -28,10 +27,6 @@ archives: {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} - # use zip for windows archives - format_overrides: - - goos: windows - format: zip checksum: name_template: 'checksums.txt'