From a5453e4a5215ed923540c28b391f21e9dc37380d Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Wed, 28 Sep 2022 01:32:59 +1000 Subject: [PATCH] [2022-09-26]: Self Hosted Windows ARM runners for GitHub Actions - [Public Beta] (#31126) Co-authored-by: Lucas Costi --- .../hosting-your-own-runners/about-self-hosted-runners.md | 4 ++-- data/features/actions-windows-arm.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 data/features/actions-windows-arm.yml 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: '*'