There was an error while loading. Please reload this page.
1 parent 2c9d9ea commit 4899dc2Copy full SHA for 4899dc2
1 file changed
deploy/.goreleaser.yaml
@@ -13,6 +13,8 @@ builds:
13
ignore:
14
- goos: windows
15
goarch: arm
16
+ - goos: darwin
17
+ goarch: arm
18
ldflags:
19
- -s -w
20
- -X github.com/replicatedhq/troubleshoot/pkg/version.version={{ .Version }}
@@ -36,6 +38,8 @@ builds:
36
38
37
39
40
41
42
43
44
45
0 commit comments