We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c77fd commit 34ec045Copy full SHA for 34ec045
.goreleaser.yml
@@ -13,7 +13,8 @@ builds:
13
- linux
14
goarch:
15
- amd64
16
- - arm64
+ # TODO(cfunkhouser): Re-enable once cross-compilation is worked out.
17
+ # - arm64
18
19
# macOS
20
- id: darwin-build
@@ -33,7 +34,8 @@ builds:
33
34
- windows
35
36
37
38
39
40
archives:
41
- builds:
0 commit comments