Skip to content

Commit 6e1b124

Browse files
committed
.goreleaser.yml: Provide arm/arm64 builds too
1 parent 21d824e commit 6e1b124

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ builds:
88
- linux
99
goarch:
1010
- amd64
11+
- arm
12+
- arm64
13+
goarm:
14+
- 6
15+
- 7
1116
ldflags:
1217
- "-X github.com/aquasecurity/linux-bench/root.cfgDir={{.Env.LINUXBENCH_CFG}}"
1318
# Archive customization
1419
archives:
1520
- id: compress
1621
format: tar.gz
22+
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}'
1723
files:
1824
- "cfg/**/*"
1925
nfpms:

0 commit comments

Comments
 (0)