Skip to content

Commit 57fbc76

Browse files
author
Martin Lopes
authored
Merge pull request #3270 from github/thejoebourneidentity-self-hosted-architectures
Adding a section for support architectures for self-hosted runners
2 parents a982256 + f5df18d commit 57fbc76

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
6363
{% data reusables.github-actions.usage-api-requests %}
6464
- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %}
6565

66-
### Supported operating systems for self-hosted runners
66+
### Supported architectures and operating systems for self-hosted runners
6767

6868
The following operating systems are supported for the self-hosted runner application.
6969

@@ -92,6 +92,14 @@ The following operating systems are supported for the self-hosted runner applica
9292

9393
- macOS 10.13 (High Sierra) or later
9494

95+
#### Architectures
96+
97+
The following processor architectures are supported for the self-hosted runner application.
98+
99+
- `x64` - Linux, macOS, Windows.
100+
- `ARM64` - Linux only.
101+
- `ARM32` - Linux only.
102+
95103
{% if enterpriseServerVersions contains currentVersion %}
96104

97105
### Supported actions on self-hosted runners

content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A self-hosted runner automatically receives certain labels when it is added to {
2929

3030
* `self-hosted`: Default label applied to all self-hosted runners.
3131
* `linux`, `windows`, or `macOS`: Applied depending on operating system.
32-
* `x86`, `x64`, `ARM`, or `ARM64`: Applied depending on hardware architecture.
32+
* `x64`, `ARM`, or `ARM64`: Applied depending on hardware architecture.
3333

3434
You can use your workflow's YAML to send jobs to a combination of these labels. In this example, a self-hosted runner that matches all three labels will be eligible to run the job:
3535

0 commit comments

Comments
 (0)