Is there any way to cross build aarch64-pc-windows-msvc and darwin? #1286
Unanswered
mobeicanyue
asked this question in
Q&A
Replies: 2 comments 6 replies
-
See https://github.com/cross-rs/cross-toolchains for msvc, we (as in the cross-rs team) don't distribute an image of it due to licensing in microsoft TOS |
Beta Was this translation helpful? Give feedback.
4 replies
-
So i can solely use here is my github action code, could you check it for me?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
now i want to compile aarch64-pc-windows-msvc on windows now in github action.
x86_64 is successed but aarch failed because of
how can i do?
Is there any way to cross build aarch64-pc-windows-msvc and darwin?
Beta Was this translation helpful? Give feedback.
All reactions