1
0
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:
Maksym Pavlenko
2024-03-31 17:51:57 -07:00
parent 312900c426
commit a0df050066
2 changed files with 9 additions and 7 deletions

View File

@@ -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