-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Support GitHub-hosted ubuntu arm64 runners #689
Comments
While CRuby is missing linux-arm builds, JRuby and TruffleRuby are failing for something different:
Supposedly JRuby and TruffleRuby both have linux arm64 support as of today so they should not fail. |
With a closer look, JRuby and TruffleRuby's problem is more or less the same as CRuby. The error was caused by incorrectly detecting GitHub hosted runner as a self-hosted runner, thus not able to get version available: Lines 61 to 68 in 868b3f0
|
I'm usually not a fan of "duplicated" (or almost) issues but this one is well-phrased and a good summary, thanks! |
Current status/self notes:
|
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
GitHub added public arm64 runners today. Currently it fails with the following error:
There are two runners available:
– ubuntu-24.04-arm
– ubuntu-22.04-arm
We need to create build on these runners with https://github.com/ruby/ruby-builder, and then add support in this repo.
Failed run:
https://github.com/sass-contrib/sass-embedded-host-ruby/actions/runs/12814387717
The text was updated successfully, but these errors were encountered: