Skip to content

Commit ea3677b

Browse files
committed
chore(build): exclude Windows
1 parent c4ca43d commit ea3677b

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
@@ -20,7 +20,6 @@ builds:
2020
- CGO_ENABLED=0
2121
goos:
2222
- linux
23-
- windows
2423
- darwin
2524

2625
archives:
@@ -33,10 +32,6 @@ archives:
3332
{{- else if eq .Arch "386" }}i386
3433
{{- else }}{{ .Arch }}{{ end }}
3534
{{- if .Arm }}v{{ .Arm }}{{ end }}
36-
# use zip for windows archives
37-
format_overrides:
38-
- goos: windows
39-
formats: [zip]
4035
4136
changelog:
4237
use: git

0 commit comments

Comments
 (0)