mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
update tarball naming scheme to bin_os_arch, no longer include version
This commit is contained in:
@@ -71,7 +71,7 @@ builds:
|
||||
archives:
|
||||
- id: tar
|
||||
format: tar.gz
|
||||
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
|
||||
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}-alpha'
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
|
||||
@@ -91,7 +91,7 @@ archives:
|
||||
format: tar.gz
|
||||
- id: tar
|
||||
format: tar.gz
|
||||
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
|
||||
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}-alpha'
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
|
||||
@@ -89,7 +89,7 @@ archives:
|
||||
builds:
|
||||
- so
|
||||
format: tar.gz
|
||||
name_template: 'troubleshoot.so_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
||||
name_template: 'troubleshoot.so_{{ .Os }}_{{ .Arch }}'
|
||||
- id: preflight
|
||||
builds:
|
||||
- preflight
|
||||
@@ -97,7 +97,7 @@ archives:
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
|
||||
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
@@ -114,7 +114,7 @@ archives:
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
|
||||
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
|
||||
Reference in New Issue
Block a user