Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 9f6b0d8

Browse files
committed
🔧 Remove Amd64 reference from goreleaser
Seems like it's an unknown variable
1 parent 7ea280b commit 9f6b0d8

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
@@ -36,7 +36,7 @@ archives:
3636
# Naming modification from default:
3737
# - Use dash '-' instead of underscore '_' for better visibility in x86_64 scenario
3838
# - Remove version from name to simplify bootstrapping
39-
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if eq .Amd64 "v3" }}v3{{ end }}'
39+
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}'
4040
release:
4141
prerelease: auto
4242
checksum:

0 commit comments

Comments
 (0)