Skip to content

Commit b68efbc

Browse files
authored
disable windows_arm64 cli build (#465)
1 parent 0342bb2 commit b68efbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ builds:
1515
- linux_amd64
1616
- linux_arm64
1717
- windows_amd64
18-
- windows_arm64
18+
# TODO: Re-enable once fixed
19+
# Ref: https://github.com/golang/go/issues/51019
20+
# - windows_arm64
1921
- darwin_amd64
2022
- darwin_arm64
2123
env:

0 commit comments

Comments
 (0)