From 9f6b0d84172c9ef1a93032237a219bd68cfcc730 Mon Sep 17 00:00:00 2001 From: "Wilson E. Husin" Date: Tue, 12 Apr 2022 11:32:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20Amd64=20reference=20fro?= =?UTF-8?q?m=20goreleaser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems like it's an unknown variable --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a1c15ea..561b906 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: