Skip to content

Commit 34ec045

Browse files
committed
ci: Abandon ARM64 builds temporarily
1 parent f0c77fd commit 34ec045

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ builds:
1313
- linux
1414
goarch:
1515
- amd64
16-
- arm64
16+
# TODO(cfunkhouser): Re-enable once cross-compilation is worked out.
17+
# - arm64
1718

1819
# macOS
1920
- id: darwin-build
@@ -33,7 +34,8 @@ builds:
3334
- windows
3435
goarch:
3536
- amd64
36-
- arm64
37+
# TODO(cfunkhouser): Re-enable once cross-compilation is worked out.
38+
# - arm64
3739

3840
archives:
3941
- builds:

0 commit comments

Comments
 (0)