[CI] Add AArch64 Linux workflow using GitHub's runner#15600
Merged
straight-shoota merged 2 commits intocrystal-lang:masterfrom Mar 31, 2025
Merged
[CI] Add AArch64 Linux workflow using GitHub's runner#15600straight-shoota merged 2 commits intocrystal-lang:masterfrom
straight-shoota merged 2 commits intocrystal-lang:masterfrom
Conversation
Member
|
GitHub-hosted AArch64 runners are still in a public preview status. I'm not sure how stable it is. But they say it's subject to change and might experience service availability issues. Since we have the aarch64-linux target covered on our self-hosted runners via runs-on, do we need this immediately? Does enabling CI to run in forks provide any major benefit? |
Qard
approved these changes
Mar 26, 2025
straight-shoota
approved these changes
Mar 28, 2025
Member
straight-shoota
left a comment
There was a problem hiding this comment.
I suppose it doesn't hurt.
We can review the duplication between GHA runner and runs-on later.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a workflow using the new
ubuntu-24.04-armrunner, cross-compiled fromubuntu-24.04. This will enable AArch64 CI in forks for the first time ever.