prevents 32 bit builds for arm mac

This commit is contained in:
Noah Campbell
2025-10-08 11:09:47 -07:00
parent 2c9d9ea4c8
commit 4899dc2709

View File

@@ -13,6 +13,8 @@ builds:
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
ldflags:
- -s -w
- -X github.com/replicatedhq/troubleshoot/pkg/version.version={{ .Version }}
@@ -36,6 +38,8 @@ builds:
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
ldflags:
- -s -w
- -X github.com/replicatedhq/troubleshoot/pkg/version.version={{ .Version }}