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 7a45260 commit 8ced733Copy full SHA for 8ced733
.goreleaser.yaml
@@ -32,7 +32,7 @@ builds:
32
archives:
33
- files:
34
- no-files-will-match-* # Glob that does not match to create archive with only binaries.
35
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}_{{ .Arm }}"
36
snapshot:
37
name_template: "{{ .Env.EDGE_TAG }}"
38
checksum:
0 commit comments