Update goreleaser
This commit is contained in:
parent
0b1c98e2f9
commit
4c09bf0162
1 changed files with 14 additions and 14 deletions
|
@ -21,20 +21,20 @@ builds:
|
|||
- windows
|
||||
- darwin
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
# this name template makes the OS and Arch compatible with the results of `uname`.
|
||||
name_template: >-
|
||||
{{ .ProjectName }}_
|
||||
{{- title .Os }}_
|
||||
{{- if eq .Arch "amd64" }}x86_64
|
||||
{{- else if eq .Arch "386" }}i386
|
||||
{{- else }}{{ .Arch }}{{ end }}
|
||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||
# use zip for windows archives
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
#archives:
|
||||
# - format: tar.gz
|
||||
# # this name template makes the OS and Arch compatible with the results of `uname`.
|
||||
# name_template: >-
|
||||
# {{ .ProjectName }}_
|
||||
# {{- title .Os }}_
|
||||
# {{- if eq .Arch "amd64" }}x86_64
|
||||
# {{- else if eq .Arch "386" }}i386
|
||||
# {{- else }}{{ .Arch }}{{ end }}
|
||||
# {{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||
# # use zip for windows archives
|
||||
# format_overrides:
|
||||
# - goos: windows
|
||||
# format: zip
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
|
|
Loading…
Reference in a new issue