Adding a section for support architectures for self-hosted runners

This commit is contained in:
Joe Bourne 2021-01-28 11:30:50 -05:00 коммит произвёл GitHub
Родитель af4b72b853
Коммит 65e3561f91
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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.