Merge pull request #2778 from carapace-sh/fix-goreleaser

fix goreleaser deprecations
This commit is contained in:
Ralf Steube 2025-05-04 12:17:30 +02:00 committed by GitHub
commit 9fd659f0d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@ builds:
tool: go-termux
archives:
- id: default
builds:
ids:
- default
name_template: 'carapace-bin_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
format_overrides:
- goos: windows
format: zip
formats: ['zip']
- id: termux
builds:
ids:
- termux
name_template: 'carapace-bin_{{ .Version }}_termux_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'