|
|
@ -53,13 +53,12 @@ dockers:
|
|
|
|
|
|
|
|
|
|
|
|
archives:
|
|
|
|
archives:
|
|
|
|
- name_template: >-
|
|
|
|
- name_template: >-
|
|
|
|
{{ .ProjectName }}_
|
|
|
|
{{ .ProjectName }}_{{ .Version }}_
|
|
|
|
{{ .Version }}_
|
|
|
|
{{- if eq .Os "darwin"}}macOS
|
|
|
|
{{- if eq .Os "darwin"}}macOS
|
|
|
|
{{- else }}{{- .Os }}{{ end }}_
|
|
|
|
{{- else }}{{- .Os }}{{ end }}_
|
|
|
|
{{- if eq .Arch "amd64" }}64-bit
|
|
|
|
{{- if eq .Arch "amd64" }}64-bit
|
|
|
|
{{- else if eq .Arch "386" }}32-bit
|
|
|
|
{{- else if eq .Arch "386" }}32-bit
|
|
|
|
{{- else }}{{ .Arch }}{{ end }}
|
|
|
|
{{- else }}{{ .Arch }}{{ end }}
|
|
|
|
|
|
|
|
format_overrides:
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
format: zip
|
|
|
|