Skip to content

Commit

Permalink
🔧 Remove Amd64 reference from goreleaser
Browse files Browse the repository at this point in the history
Seems like it's an unknown variable
  • Loading branch information
wilsonehusin committed Apr 12, 2022
1 parent 7ea280b commit 9f6b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -36,7 +36,7 @@ archives:
# Naming modification from default:
# - Use dash '-' instead of underscore '_' for better visibility in x86_64 scenario
# - Remove version from name to simplify bootstrapping
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if eq .Amd64 "v3" }}v3{{ end }}'
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}'
release:
prerelease: auto
checksum:
Expand Down

0 comments on commit 9f6b0d8

Please sign in to comment.