We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f9c32 commit fc36e6bCopy full SHA for fc36e6b
.goreleaser.yaml
@@ -23,12 +23,12 @@ brews:
23
license: Apache-2.0
24
homepage: "https://github.com/DataDog/managed-kubernetes-auditing-toolkit"
25
archives:
26
- - replacements:
27
- darwin: Darwin
28
- linux: Linux
29
- windows: Windows
30
- 386: i386
31
- amd64: x86_64
+ - name_template: >-
+ {{ .ProjectName }}_
+ {{- title .Os }}_
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else if eq .Arch "386" }}i386
+ {{- else }}{{ .Arch }}{{ end }}
32
checksum:
33
name_template: 'checksums.txt'
34
snapshot:
0 commit comments