Skip to content

Commit 4899dc2

Browse files
committed
prevents 32 bit builds for arm mac
1 parent 2c9d9ea commit 4899dc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ builds:
1313
ignore:
1414
- goos: windows
1515
goarch: arm
16+
- goos: darwin
17+
goarch: arm
1618
ldflags:
1719
- -s -w
1820
- -X github.com/replicatedhq/troubleshoot/pkg/version.version={{ .Version }}
@@ -36,6 +38,8 @@ builds:
3638
ignore:
3739
- goos: windows
3840
goarch: arm
41+
- goos: darwin
42+
goarch: arm
3943
ldflags:
4044
- -s -w
4145
- -X github.com/replicatedhq/troubleshoot/pkg/version.version={{ .Version }}

0 commit comments

Comments
 (0)