Skip to content

Commit d79aeaf

Browse files
committed
Add darwin/arm64 binary to release
New support in Go for this combination. No reason to not support it. Signed-off-by: John Schnake <[email protected]>
1 parent 91f9c2a commit d79aeaf

File tree

1 file changed

+28
-30
lines changed

1 file changed

+28
-30
lines changed

.goreleaser.yml

+28-30
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
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}}
3129
archives:
3230
- id: tar
3331
format: tar.gz
3432
files:
35-
- LICENSE
33+
- LICENSE

0 commit comments

Comments
 (0)