Skip to content

Commit cdd0542

Browse files
committed
build(goreleaser): use amd64/arm64 in release asset name
Because this will be used by Docker, the arch matches what go uses and not `uname -m`
1 parent 14ab482 commit cdd0542

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ builds:
2121
archives:
2222
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
2323
format: binary
24-
replacements:
25-
arm64: aarch64
26-
amd64: x86_64
2724
checksum:
2825
name_template: 'checksums.txt'
2926
snapshot:

0 commit comments

Comments
 (0)