Compare commits
1 Commits
61f8d7f5bf
...
4f07ac10d4
Author | SHA1 | Date | |
---|---|---|---|
4f07ac10d4 |
@ -25,6 +25,11 @@ builds:
|
||||
archives:
|
||||
- format: tar.gz
|
||||
# this name template makes the OS and Arch compatible with the results of `uname`.
|
||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
||||
wrap_in_directory: true
|
||||
strip_parent_binary_folder: false
|
||||
name_template: >-
|
||||
{{ .ProjectName }}_
|
||||
{{- title .Os }}_
|
||||
{{- if eq .Arch "amd64" }}amd64
|
||||
{{- else }}{{ .Arch }}{{ end }}
|
||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user