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 af61355b2f..79bbe18b9c 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 @@ -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 %} diff --git a/data/features/actions-windows-arm.yml b/data/features/actions-windows-arm.yml new file mode 100644 index 0000000000..0e78ade45b --- /dev/null +++ b/data/features/actions-windows-arm.yml @@ -0,0 +1,5 @@ +# Reference: #7657 +# Self-hosted runners with Windows ARM (beta) +versions: + fpt: '*' + ghec: '*'