We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd064cc commit 0515f7dCopy full SHA for 0515f7d
.goreleaser.yml
@@ -44,7 +44,6 @@ archives:
44
# So it doesn't try to add the default 'extra' files (README, CHANGELOG, etc.)
45
files:
46
- none*
47
- # format: gz
48
# Don't use the default so we can pass 'service' to in the archive file
49
# name.
50
name_template: "{{ .ProjectName }}_service_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
@@ -59,7 +58,6 @@ archives:
59
58
60
61
62
63
replacements:
64
386: i386
65
amd64: x86_64
0 commit comments