Skip to content

Commit aa35a47

Browse files
committed
Remove windows build
1 parent 319b899 commit aa35a47

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.goreleaser.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ builds:
88
- CGO_ENABLED=0
99
goos:
1010
- linux
11-
- windows
1211
- darwin
1312
goarch:
1413
- amd64
@@ -20,16 +19,6 @@ builds:
2019

2120
archives:
2221
- format: tar.gz
23-
name_template: >-
24-
{{ .ProjectName }}_
25-
{{- title .Os }}_
26-
{{- if eq .Arch "amd64" }}x86_64
27-
{{- else if eq .Arch "386" }}i386
28-
{{- else }}{{ .Arch }}{{ end }}
29-
{{- if .Arm }}v{{ .Arm }}{{ end }}
30-
format_overrides:
31-
- goos: windows
32-
format: zip
3322
checksum:
3423
name_template: "checksums.txt"
3524
changelog:

0 commit comments

Comments
 (0)