Skip to content

Commit 393076e

Browse files
committed
chore: remove windows from release targets to fix build failure
1 parent a553127 commit 393076e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ builds:
1010
- CGO_ENABLED=0
1111
goos:
1212
- linux
13-
- windows
1413
- darwin
1514
goarch:
1615
- amd64
@@ -28,10 +27,6 @@ archives:
2827
{{- if eq .Arch "amd64" }}x86_64
2928
{{- else if eq .Arch "386" }}i386
3029
{{- else }}{{ .Arch }}{{ end }}
31-
# use zip for windows archives
32-
format_overrides:
33-
- goos: windows
34-
format: zip
3530
3631
checksum:
3732
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)