mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
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:
parent
62241f0926
commit
e2f00baf3b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user