From 65e3561f9166b134b1fc13bd6b6e098ab2a14c69 Mon Sep 17 00:00:00 2001 From: Joe Bourne Date: Thu, 28 Jan 2021 11:30:50 -0500 Subject: [PATCH 1/6] Adding a section for support architectures for self-hosted runners --- .../about-self-hosted-runners.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 9b55022371..917e6325a8 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -63,7 +63,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe {% data reusables.github-actions.usage-api-requests %} - **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %} -### Supported operating systems for self-hosted runners +### Supported architectures and operating systems for self-hosted runners The following operating systems are supported for the self-hosted runner application. @@ -94,6 +94,13 @@ The following operating systems are supported for the self-hosted runner applica {% if enterpriseServerVersions contains currentVersion %} +#### Architectures + +- x64 +- x86 +- ARM64 +- ARM32 + ### Supported actions on self-hosted runners Some extra configuration might be required to use actions from {% data variables.product.prodname_dotcom_the_website %} with {% data variables.product.prodname_ghe_server %}, or to use the `actions/setup-LANGUAGE` actions with self-hosted runners that do not have internet access. For more information, see "[Managing access to actions from {% data variables.product.prodname_dotcom_the_website %}](/enterprise/admin/github-actions/managing-access-to-actions-from-githubcom)" and contact your {% data variables.product.prodname_enterprise %} site administrator. From 23103b7416ad862b18412702a9de8c3cf711d1b7 Mon Sep 17 00:00:00 2001 From: Joe Bourne Date: Thu, 28 Jan 2021 11:41:42 -0500 Subject: [PATCH 2/6] Updating architectures list --- .../hosting-your-own-runners/about-self-hosted-runners.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 917e6325a8..3800717383 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -97,9 +97,8 @@ The following operating systems are supported for the self-hosted runner applica #### Architectures - x64 -- x86 -- ARM64 -- ARM32 +- ARM64 (Linux only) +- ARM32 (Linux only) ### Supported actions on self-hosted runners From bf65d2a6f1f8963d43b963b7b8e339f02a46162a Mon Sep 17 00:00:00 2001 From: Joe Bourne Date: Thu, 28 Jan 2021 11:42:42 -0500 Subject: [PATCH 3/6] Update using-self-hosted-runners-in-a-workflow.md --- .../using-self-hosted-runners-in-a-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md index 9154baa567..3124b22d3d 100644 --- a/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md @@ -29,7 +29,7 @@ A self-hosted runner automatically receives certain labels when it is added to { * `self-hosted`: Default label applied to all self-hosted runners. * `linux`, `windows`, or `macOS`: Applied depending on operating system. -* `x86`, `x64`, `ARM`, or `ARM64`: Applied depending on hardware architecture. +* `x64`, `ARM`, or `ARM64`: Applied depending on hardware architecture. 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: From 13ed1531bcef48a2285e8788af0529a6fcdcadd1 Mon Sep 17 00:00:00 2001 From: Joe Bourne Date: Thu, 28 Jan 2021 11:54:02 -0500 Subject: [PATCH 4/6] Fixing position --- .../hosting-your-own-runners/about-self-hosted-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 3800717383..f90818daec 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -92,14 +92,14 @@ The following operating systems are supported for the self-hosted runner applica - macOS 10.13 (High Sierra) or later -{% if enterpriseServerVersions contains currentVersion %} - #### Architectures - x64 - ARM64 (Linux only) - ARM32 (Linux only) +{% if enterpriseServerVersions contains currentVersion %} + ### Supported actions on self-hosted runners Some extra configuration might be required to use actions from {% data variables.product.prodname_dotcom_the_website %} with {% data variables.product.prodname_ghe_server %}, or to use the `actions/setup-LANGUAGE` actions with self-hosted runners that do not have internet access. For more information, see "[Managing access to actions from {% data variables.product.prodname_dotcom_the_website %}](/enterprise/admin/github-actions/managing-access-to-actions-from-githubcom)" and contact your {% data variables.product.prodname_enterprise %} site administrator. From 21c4cac1fba4511001a6f47d260a5f1d1f7c9ee2 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Tue, 2 Feb 2021 11:31:31 +1000 Subject: [PATCH 5/6] Added some edits for formatting and content --- .../about-self-hosted-runners.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index f90818daec..8a80c7b06d 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -92,11 +92,13 @@ The following operating systems are supported for the self-hosted runner applica - macOS 10.13 (High Sierra) or later -#### Architectures +#### Hardware architectures -- x64 -- ARM64 (Linux only) -- ARM32 (Linux only) +The following hardware architectures are supported for the self-hosted runner application. + +- `x64` - Linux, macOS, Windows. +- `ARM64` - Linux only. +- `ARM32` - Linux only. {% if enterpriseServerVersions contains currentVersion %} From 8ccb8d3c9c207b7c0b4a22ae930ae9b432abc823 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Tue, 2 Feb 2021 11:42:45 +1000 Subject: [PATCH 6/6] Small edit --- .../hosting-your-own-runners/about-self-hosted-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 8a80c7b06d..271838494f 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -92,9 +92,9 @@ The following operating systems are supported for the self-hosted runner applica - macOS 10.13 (High Sierra) or later -#### Hardware architectures +#### Architectures -The following hardware architectures are supported for the self-hosted runner application. +The following processor architectures are supported for the self-hosted runner application. - `x64` - Linux, macOS, Windows. - `ARM64` - Linux only.