mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix goreleaser config
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -20,12 +20,14 @@ builds:
|
|||||||
- arm64
|
- arm64
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- id: arc
|
||||||
darwin: Darwin
|
name_template: >-
|
||||||
linux: Linux
|
{{- .ProjectName }}_{{.Version}}_
|
||||||
windows: Windows
|
{{- title .Os }}_
|
||||||
386: i386
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
amd64: x86_64
|
{{- else if eq .Arch "386" }}i386
|
||||||
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
|
{{- if .Arm }}v{{ .Arm }}{{ end -}}
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
Reference in New Issue
Block a user