Skip to content

Commit

Permalink
🔧 (goreleaser): Use default archive filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 6, 2023
1 parent 69e4536 commit 6b0da85
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ builds:
- "7"
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
Expand Down

0 comments on commit 6b0da85

Please sign in to comment.