-
Notifications
You must be signed in to change notification settings - Fork 867
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
[enhancement]: Support win-arm64
runtime
#4303
Comments
Hi @JamieMagee, |
I'm struggling to understand the story here. The docs at https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/v3-agent?view=azure-devops state (emphasis mine) "The new agent version supports new Apple silicon hardware and newer operating systems like Ubuntu 22.04, or Windows on ARM64" Above you state "we don't have plans to support ARM64 on Windows in the near future" I'm trying to build Python wheels for Windows on ARM64 in our DevOps pipeline, so any guidance on if this is possible and clarity on the DevOps support appreciated. |
This issue has had no activity in 180 days. Please comment if it is not actually stale |
This is not stale. |
Same here. But our issue occurs during installing the wheels, the step will trigger the host to prompt errors like below and fail that step: The pipeline used is here: https://github.com/microsoft/mu_devops/blob/c95e8e584e65dfc827968b866474d6c999d970dd/Steps/SetupPythonPreReqs.yml#L30 Any guidance on how to fix this issue? |
Any chance this has been revisited and plans to support it added @kirill-ivlev ? At Build we announced further Windows new ARM64 powered hardware, including new Azure SKUs (https://techcommunity.microsoft.com/t5/azure-compute-blog/announcing-the-preview-of-new-azure-vms-based-on-the-azure/ba-p/4146353) which we'd love to use for ADO agents. The amd64 version seems to work under emulation, but of course a native version would be great. |
@kirill-ivlev - Having the Microsoft.VisualStudio.Services.TeamServicesAgent extension support Windows on ARM64 is very important for being able to introduce ARM64 support in other tools and services. Without having the ability to run Azure DevOps pipelines on Windows for ARM64 VMs, we will not be able to have a functional engineer system to introduce support for Windows on ARM64 in other services. |
Hello @RuneH-MSFT, @JamieMagee, @HarryGwinnell, @kuqin12, @billti, Thank you for your interest in Agents for Windows ARM-64. We’ve just begun development and will be releasing it soon. |
Describe your feature request here
I understand that the limiting factor for running on Windows on ARM is the external dependencies, so I thought it would be a good idea to track the status of those dependencies. They are:
node20
execution handler #4240The text was updated successfully, but these errors were encountered: