mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:19 -04:00
fixes package names from goreleaser change
This commit is contained in:
@@ -277,7 +277,7 @@ nfpms:
|
||||
builds:
|
||||
- unpoller
|
||||
- unpoller-linux-arm
|
||||
file_name_template: '{{ .ConventionalFileName }}'
|
||||
file_name_template: '{{ .ProjectName }}_{{ if eq .Os "darwin" }}macOS{{ else if eq .Os "linux" }}Tux{{ else }}{{ .Os }}{{ end }}_{{ if eq .Arch "386" }}32-bit{{ else if eq .Arch "amd64" }}64-bit{{ else }}{{ .Arch }}{{ end }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||
|
||||
vendor: unpoller
|
||||
homepage: https://unpoller.com/
|
||||
|
||||
Reference in New Issue
Block a user