-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Request: Support Windows on Arm64 #600
Comments
I know nothing about Windows on Arm64. Do any current Actions Windows images run on Arm64? Regardless, I'll have a look at what MSYS2 has available. |
Can you use setup-ruby in self-hosted mode then? Just use it and follow the steps it mentions in the error. I don't think much more support is realistic for a platform without official runners. |
Issue for Github runners: actions/runner-images#768 |
I forgot, Windows is a bit special, setup-ruby uses RubyInstaller, like the README says. |
So that's oneclick/rubyinstaller2#362 and that's blocking this issue. |
OK @eregon thank you for the clarification! |
Thinking more about this, this issue is blocked by two things:
I thought originally the second point might be less important if we are "just using RubyInstaller2 builds", but that's not the case, the windows toolchain stuff also needs to be done and that should be tested properly. So I will close this issue for now, and we can reopen it when both these blockers are resolved.
This wouldn't work unfortunately, there are several concerns with that:
|
Ruby recently added support for windows-arm64.
The Ruby Installer team would like to support Windows on Arm64 as well, but the current ticket is blocked due to lack of setup-ruby support for windows-arm
Therefore, I would like to request support. Unfortunately Github is not providing Windows ARM runners out-of-the-box. My company TableCheck would be happy to provide self-hosted Windows ARM runners until Github gives official support if it helps.
The text was updated successfully, but these errors were encountered: