Skip to content

Commit

Permalink
add targz for release
Browse files Browse the repository at this point in the history
  • Loading branch information
konoui committed Dec 12, 2024
1 parent 1380e84 commit 9d9d62f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format: binary
- id: targz
name_template: >-
{{- .ProjectName }}_
{{- if eq .Os "darwin" }}macOS
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format: tar.gz


checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
Expand Down

0 comments on commit 9d9d62f

Please sign in to comment.