mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -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
|
goarch: arm
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
|
- format: tar.gz
|
||||||
|
id: targz
|
||||||
|
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"
|
||||||
|
|
||||||
- format: zip
|
- format: zip
|
||||||
|
id: zip
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_{{- .Os }}_{{- .Arch }}"
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
|
Loading…
Reference in New Issue
Block a user