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 3481845 commit 8349ea8Copy full SHA for 8349ea8
.goreleaser.yml
@@ -25,8 +25,8 @@ archives:
25
{{ .ProjectName }}_
26
{{- trimprefix .Version "v" }}_
27
{{- title .Os }}_
28
- {{- if eq .Arch "amd64_v1" }}x86_64
29
- {{- else if eq .Arch "arm64_v8.0" }}aarch64
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else if eq .Arch "arm64" }}aarch64
30
{{- else }}{{ .Arch }}{{ end }}
31
format: binary
32
format_overrides:
0 commit comments