Skip to content

Commit 0515f7d

Browse files
Update .goreleaser.yml
1 parent fd064cc commit 0515f7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.goreleaser.yml

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ archives:
4444
# So it doesn't try to add the default 'extra' files (README, CHANGELOG, etc.)
4545
files:
4646
- none*
47-
# format: gz
4847
# Don't use the default so we can pass 'service' to in the archive file
4948
# name.
5049
name_template: "{{ .ProjectName }}_service_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
@@ -59,7 +58,6 @@ archives:
5958
# So it doesn't try to add the default 'extra' files (README, CHANGELOG, etc.)
6059
files:
6160
- none*
62-
# format: gz
6361
replacements:
6462
386: i386
6563
amd64: x86_64

0 commit comments

Comments
 (0)