-
Notifications
You must be signed in to change notification settings - Fork 63.6k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
What part(s) of the article would you like to see updated?
At present, it doesn't seem that there's any mention of the architectures (for example, x86, x64, armv7, arm64) that are supported. Even if there's only one supported (I wouldn't be shocked if they're all the same!), it would be really helpful to have that documented for use cases where an end-user is running a build where architecture matters.
Additional information
I'm looking to cross-reference the GitHub Hosted Actions Runners with a support matrix for a major open source project to consider migrating to Actions as our primary CI rather than a self-hosted Jenkins instance. We support a very large number of architectures, so knowing which we'd need to set up self-hosted VMs for would be extremely helpful.