ci: fix deprecated attribute in goreleaser
This commit is contained in:
parent
7c684af8c3
commit
3426b668fe
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ archives:
|
|||
{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "arm64" }}aarch64{{- else }}{{ .Arch }}{{ end }}_{{ .Version }}
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
formats: ['zip']
|
||||
|
||||
dockers:
|
||||
- image_templates:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue