File tree 1 file changed +28
-30
lines changed
1 file changed +28
-30
lines changed Original file line number Diff line number Diff line change 1
1
builds :
2
- - binary : sonobuoy
3
- env :
4
- - CGO_ENABLED=0
5
- goos :
6
- - windows
7
- - darwin
8
- - linux
9
- goarch :
10
- - amd64
11
- - arm64
12
- - 386
13
- - ppc64le
14
- - s390x
15
- ignore :
16
- - goos : darwin
17
- goarch : 386
18
- - goos : darwin
19
- goarch : arm64
20
- - goos : darwin
21
- goarch : ppc64le
22
- - goos : darwin
23
- goarch : s390x
24
- - goos : windows
25
- goarch : arm64
26
- - goos : windows
27
- goarch : ppc64le
28
- - goos : windows
29
- goarch : s390x
30
- ldflags : -s -w -X github.com/vmware-tanzu/sonobuoy/pkg/buildinfo.Version=v{{.Version}} -X github.com/vmware-tanzu/sonobuoy/pkg/buildinfo.GitSHA={{.FullCommit}}
2
+ - binary : sonobuoy
3
+ env :
4
+ - CGO_ENABLED=0
5
+ goos :
6
+ - windows
7
+ - darwin
8
+ - linux
9
+ goarch :
10
+ - amd64
11
+ - arm64
12
+ - 386
13
+ - ppc64le
14
+ - s390x
15
+ ignore :
16
+ - goos : darwin
17
+ goarch : 386
18
+ - goos : darwin
19
+ goarch : ppc64le
20
+ - goos : darwin
21
+ goarch : s390x
22
+ - goos : windows
23
+ goarch : arm64
24
+ - goos : windows
25
+ goarch : ppc64le
26
+ - goos : windows
27
+ goarch : s390x
28
+ ldflags : -s -w -X github.com/vmware-tanzu/sonobuoy/pkg/buildinfo.Version=v{{.Version}} -X github.com/vmware-tanzu/sonobuoy/pkg/buildinfo.GitSHA={{.FullCommit}}
31
29
archives :
32
30
- id : tar
33
31
format : tar.gz
34
32
files :
35
- - LICENSE
33
+ - LICENSE
You can’t perform that action at this time.
0 commit comments