Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Mar 9, 2024
1 parent 13b2262 commit 885a99d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yml
Expand Up @@ -28,14 +28,7 @@ builds:
- -s -w -X github.com/derailed/popeye/cmd.date={{.Date}}

archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Tag }}_
{{ .Os }}_
{{- if eq .Arch "amd64" }}amd64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
- name_template: {{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{- if eq .Arch "amd64" }}amd64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }}

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 885a99d

Please sign in to comment.