Enhancement: Introduce .tar.gz Archive Format for Additional Download Option (#1252)

Signed-off-by: namgyalangmo <75657887+namgyalangmo@users.noreply.github.com>
This commit is contained in:
namgyalangmo 2024-02-14 16:46:10 +05:30 committed by GitHub
parent 62241f0926
commit e2f00baf3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,12 @@ builds:
goarch: arm
archives:
- format: tar.gz
id: targz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"
- format: zip
id: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"
dockers: