-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(build): add support for windows arm64 #2997
base: main
Are you sure you want to change the base?
feat(build): add support for windows arm64 #2997
Conversation
All contributors have signed the CLA ✍️ ✅ |
First requirement is OK, the windows-2022 runner has |
I have read the CLA Document and I hereby sign the CLA |
38e2f81
to
5522f8a
Compare
Thank you for your PR! Unfortunately, this might be difficult for us to support in the near-term:
|
Hi @fhanau thank you very much for all the explanations. Yes, this makes sense, I also noticed this on other projects hosted in Gitlab: we're waiting the GA of arm64 runners. I've also noticed that the windows 64 binary works on windows arm64 in emulation, so this will be my workaround in the meantime. At this time, because of workerd, we're not able to use wrangler 3 (out-of-the-box) on windows arm64. |
FWIW I would welcome a switch to windows cross-compilation if someone was able to do it. We've all spent enormous time banging our heads against windows. I remember that windows cross compilation was an explicit goal of clang team. Maybe it is finally possible with clang 20? |
Hi, I will try to add the support for windows arm64 (binary build), since we are now few users running a Snapdragon X Elite computer.