Compare commits

..

No commits in common. "9c202cf3e9c799d8cae57f1950d3009babadf1a4" and "c3fa74e442950e75d5640e69b7524ff0ffc816b8" have entirely different histories.

View File

@ -14,7 +14,7 @@ archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386