Skip to content

Commit

Permalink
Keep TARs for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseSecurity committed Aug 12, 2024
1 parent 6c7fc9a commit 5cfede6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,17 @@ builds:
- darwin

archives:
- format: binary
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip

changelog:
sort: asc
Expand Down

0 comments on commit 5cfede6

Please sign in to comment.