We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a553127 commit d5fa786Copy full SHA for d5fa786
1 file changed
.goreleaser.yaml
@@ -10,7 +10,6 @@ builds:
10
- CGO_ENABLED=0
11
goos:
12
- linux
13
- - windows
14
- darwin
15
goarch:
16
- amd64
@@ -28,10 +27,6 @@ archives:
28
27
{{- if eq .Arch "amd64" }}x86_64
29
{{- else if eq .Arch "386" }}i386
30
{{- else }}{{ .Arch }}{{ end }}
31
- # use zip for windows archives
32
- format_overrides:
33
- - goos: windows
34
- format: zip
35
36
checksum:
37
name_template: 'checksums.txt'
0 commit comments