Skip to content

Commit

Permalink
Merge pull request #2573 from carapace-sh/goreleaser-template
Browse files Browse the repository at this point in the history
goreleaser: default name template
  • Loading branch information
rsteube authored Oct 27, 2024
2 parents e46a333 + 244e46b commit e938e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ builds:
- release
gobinary: go-termux
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
- id: default
builds:
- default
format_overrides:
Expand All @@ -40,7 +40,7 @@ archives:
- id: termux
builds:
- termux
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}.termux'
name_template: '{{ .Binary }}_{{ .Version }}_termux_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'

brews:
-
Expand Down

0 comments on commit e938e77

Please sign in to comment.