Skip to content

Commit 8ced733

Browse files
committed
build: add arm version to release output
1 parent 7a45260 commit 8ced733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builds:
3232
archives:
3333
- files:
3434
- no-files-will-match-* # Glob that does not match to create archive with only binaries.
35-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35+
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}_{{ .Arm }}"
3636
snapshot:
3737
name_template: "{{ .Env.EDGE_TAG }}"
3838
checksum:

0 commit comments

Comments
 (0)