Skip to content

Commit

Permalink
no longer build arm64 go builds
Browse files Browse the repository at this point in the history
Rust's only toolchain on windows arm is msvc, which complicates linking
now that we have the rust sandwich, as go uses gnu. Rather than attempt
to get go building with msvc, we can instead just rely on windows' x86
emulation and publish one set of binaries for that platform until go is
removed from our toolchain altogether.
  • Loading branch information
arlyon committed Feb 16, 2023
1 parent 44d6a46 commit f8ac672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cross-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builds:
targets:
- linux_arm64
- linux_amd64
- windows_arm64
- windows_amd64
overrides:
- goos: linux
Expand Down

0 comments on commit f8ac672

Please sign in to comment.