cli
cli copied to clipboard
Publish Windows ARM64 build
Please agree to the following
- [x] I have searched existing issues for duplicates
- [x] I agree to follow this project's Code of Conduct
Summary
Also publish for Windows ARM64
Motivation
In Summer 2024 the first Windows ARM laptops were released. This will gain more popularity, so we should also provide a Windows ARM64 build. This is even more important, since our GUI app cannot support this OS/Architecture because ti depends on JavaFX, which does not provide ARM64 releases for Windows.
Considered Alternatives
No response
Anything else?
Suitable JDK is Liberica: https://bell-sw.com/pages/downloads/#jdk-23
This is currently blocked by not having a Windows ARM CI runner.
This is currently blocked by not having a Windows ARM CI runner.
didn't they just add those?
https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/
didn't they just add those?
Yes, but they are only available for enterprise custumors, since a large runner must be used. For the standard github runners, there is no Windows arm image.