Compare commits
3 Commits
37c20aaafa
...
v0.2.0
Author | SHA1 | Date | |
---|---|---|---|
51f9e9a776 | |||
9c202cf3e9 | |||
0f3cf0d9c4 |
@ -19,7 +19,7 @@ archives:
|
|||||||
- format: binary
|
- format: binary
|
||||||
# this name template makes the OS and Arch compatible with the results of uname.
|
# this name template makes the OS and Arch compatible with the results of uname.
|
||||||
name_template: >-
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_
|
{{ .ProjectName }}
|
||||||
{{- title .Os }}_
|
{{- title .Os }}_
|
||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else if eq .Arch "386" }}i386
|
{{- else if eq .Arch "386" }}i386
|
||||||
|
Reference in New Issue
Block a user