Skip to content

Commit

Permalink
Merge pull request #83 from laverya/update-release-tarball-naming
Browse files Browse the repository at this point in the history
update tarball naming scheme to bin_os_arch, no longer include version
  • Loading branch information
divolgin committed Nov 14, 2019
2 parents 58ed4c8 + 430fdaa commit ec24967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/.goreleaser.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion deploy/.goreleaser.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
6 changes: 3 additions & 3 deletions deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ archives:
builds:
- so
format: tar.gz
name_template: 'troubleshoot.so_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: 'troubleshoot.so_{{ .Os }}_{{ .Arch }}'
- id: preflight
builds:
- preflight
format: tar.gz
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*
Expand All @@ -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*
Expand Down

0 comments on commit ec24967

Please sign in to comment.