-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add release for windows-arm architecture #599
Comments
https://learn.arm.com/learning-paths/cross-platform/github-arm-runners/actions/ Can we just add something like |
For the record: most x86 binaries do work on WinOnArm via emulation.
|
I was able to build my own native image on my ARM laptop.
So as expected all feels like bleeding edge and early adopter. |
As a Windows on ARM user, I want to be able to use IDEasy so that I can automate my IDE.
Currently we do not provide releases for Windows on ARM.
However, as a new trend, Microsoft has massively improved support for ARM architecture in Windows 11 (24H2).
New laptops with Snapdragon X Elite arrived on the market.
Currently the percentage of ARM for Windows users might still be low but this is going to change and ARM will become much more relevant also for Windows, especially since the ARM CPUs are very efficient and that means longer lasting battery and less fan-noise on laptops.
With GraalVM and our deployment builds it should be no big deal to add
windows-arm
releases of IDEasy.See also #563
UPDATE: It looks like this can only be done by the organization itself as windows ARM runners are still a beta feature, see: https://www.youtube.com/watch?v=cgI6SBP8pEM
and https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/
The text was updated successfully, but these errors were encountered: