Skip to content

Commit

Permalink
Fix goreleaser deprecated 'archive_replacements'
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jul 12, 2023
1 parent 37f9c32 commit fc36e6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ brews:
license: Apache-2.0
homepage: "https://github.com/DataDog/managed-kubernetes-auditing-toolkit"
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit fc36e6b

Please sign in to comment.