From 430fdaa9e4efb23c43398ddf1eaa9b55c8ac2cf8 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 14 Nov 2019 13:48:52 -0800 Subject: [PATCH] update tarball naming scheme to bin_os_arch, no longer include version --- deploy/.goreleaser.local.yml | 2 +- deploy/.goreleaser.snapshot.yml | 2 +- deploy/.goreleaser.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/.goreleaser.local.yml b/deploy/.goreleaser.local.yml index c83dea441..b2297829c 100644 --- a/deploy/.goreleaser.local.yml +++ b/deploy/.goreleaser.local.yml @@ -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* diff --git a/deploy/.goreleaser.snapshot.yml b/deploy/.goreleaser.snapshot.yml index fd587bc9a..33a5cbc0d 100644 --- a/deploy/.goreleaser.snapshot.yml +++ b/deploy/.goreleaser.snapshot.yml @@ -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* diff --git a/deploy/.goreleaser.yml b/deploy/.goreleaser.yml index 146c5d698..5199292c2 100644 --- a/deploy/.goreleaser.yml +++ b/deploy/.goreleaser.yml @@ -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*