21 # this name template makes the OS and Arch compatible with the results of `uname`.
25 {{- if eq .Arch "amd64" }}x86_64
26 {{- else if eq .Arch "386" }}i386
27 {{- else }}{{ .Arch }}{{ end }}
28 {{- if .Arm }}v{{ .Arm }}{{ end }}
29 # use zip for windows archives