Skip to content

Commit

Permalink
build: fix goreleaser configuration
Browse files Browse the repository at this point in the history
refs goreleaser/goreleaser#4513

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 authored and zeke committed Jan 3, 2024
1 parent b28dd14 commit cf7e41f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ archives:
{{ .ProjectName }}_{{ .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}
{{end}}
{{- else }}{{ .Arch }}{{ end -}}
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit cf7e41f

Please sign in to comment.