We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20d563 commit 9974c3cCopy full SHA for 9974c3c
2 files changed
.goreleaser.yaml
@@ -21,8 +21,8 @@ archives:
21
- formats: [binary]
22
name_template: >-
23
{{ .ProjectName }}_
24
- {{- title .Os }}_
25
- {{- if eq .Arch "amd64" }}x86_64
+ {{- .Os }}_
+ {{- if eq .Arch "amd64" }}amd64
26
{{- else if eq .Arch "386" }}i386
27
{{- else }}{{ .Arch }}{{ end }}
28
{{- if .Arm }}v{{ .Arm }}{{ end }}
cmd/tpl/deployment.go
@@ -145,7 +145,7 @@ archives:
145
146
147
148
149
{{- if eq .Arch "amd64" }}x86_64
150
151
0 commit comments