File tree Expand file tree Collapse file tree 3 files changed +192
-20
lines changed Expand file tree Collapse file tree 3 files changed +192
-20
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ builds:
8
8
- linux
9
9
goarch :
10
10
- amd64
11
+ - arm
12
+ - arm64
13
+ goarm :
14
+ - 6
15
+ - 7
11
16
ldflags :
12
17
- " -X github.com/aquasecurity/linux-bench/root.cfgDir={{.Env.LINUXBENCH_CFG}}"
13
18
# Archive customization
14
19
archives :
15
20
- id : compress
16
21
format : tar.gz
22
+ name_template : ' {{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}'
17
23
files :
18
24
- " cfg/**/*"
19
25
nfpms :
Original file line number Diff line number Diff line change 1
1
module github.com/aquasecurity/linux-bench
2
2
3
- go 1.12
3
+ go 1.13
4
4
5
5
require (
6
6
github.com/aquasecurity/bench-common v0.4.4
7
7
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
8
- github.com/spf13/cobra v0.0.5
9
- github.com/spf13/viper v1.4.0
8
+ github.com/spf13/cobra v1.1.1
9
+ github.com/spf13/viper v1.7.1
10
10
)
You can’t perform that action at this time.
0 commit comments