Skip to content

Commit aa081d4

Browse files
committed
Remove windows builds
1 parent 05231ad commit aa081d4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.goreleaser.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ builds:
1717
goos:
1818
- darwin
1919
- linux
20-
- windows
2120
goarch:
2221
- "386"
2322
- amd64
@@ -36,21 +35,12 @@ archives:
3635
- LICENSES/Apache-2.0.txt
3736
- README.md
3837
formats: [tar.gz]
39-
- id: zip
40-
ids:
41-
- go-vanity-gen
42-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
43-
files:
44-
- LICENSES/Apache-2.0.txt
45-
- README.md
46-
wrap_in_directory: true
47-
formats: [zip]
4838

4939
checksum:
5040
name_template: "checksums.txt"
5141

5242
snapshot:
53-
name_template: "{{ .Tag }}-dev"
43+
version_template: "{{ .Tag }}-dev"
5444

5545
changelog:
5646
sort: asc

0 commit comments

Comments
 (0)