1
0
mirror of synced 2025-12-19 09:57:42 -05:00

[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
committed by GitHub
parent 5008fa88e8
commit a5453e4a52
2 changed files with 7 additions and 2 deletions

View File

@@ -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 %}

View File

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