[2022-09-26]: Self Hosted Windows ARM runners for GitHub Actions - [Public Beta] (#31126)

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Martin Lopes 2022-09-28 01:32:59 +10:00 коммит произвёл GitHub
Родитель 5008fa88e8
Коммит a5453e4a52
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -123,8 +123,8 @@ The following operating systems are supported for the self-hosted runner applica
The following processor architectures are supported for the self-hosted runner application.
- `x64` - Linux, macOS, Windows.
- `ARM64` - Linux{% ifversion actions-macos-arm %}, macOS{% endif %}.
- `ARM32` - Linux only.
- `ARM64` - Linux{% ifversion actions-macos-arm %}, macOS{% endif %}{% ifversion actions-windows-arm %}, Windows (currently in beta){% endif %}.
- `ARM32` - Linux.
{% ifversion ghes %}

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

@ -0,0 +1,5 @@
# Reference: #7657
# Self-hosted runners with Windows ARM (beta)
versions:
fpt: '*'
ghec: '*'