1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Updates for Windows on Arm launch (Actions) (#55078)

Co-authored-by: sunbrye <sunbrye@github.com>
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
This commit is contained in:
Larissa Fortuna
2025-04-14 08:59:30 -07:00
committed by GitHub
parent 849e6c5ec4
commit 85fcd8313f
5 changed files with 20 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ Customers on {% data variables.product.prodname_team %} and {% data variables.pr
{%- endif %}
* The ability to group runners
* Autoscaling to support concurrent workflows
* GPU-powered and ARM-powered runners
* GPU-powered runners
These {% data variables.actions.hosted_runners %} are hosted by {% data variables.product.prodname_dotcom %} and have the runner application and other tools preinstalled.

View File

@@ -5,7 +5,7 @@
* **Platform:** Choose a platform from the available options. Once you've selected a platform, you will be able to choose a specific image.
* **Image:** Choose an image from the available options. Once you've selected an image, you will be able to choose a specific size.
* **GitHub-owned:** For images managed by GitHub, select an image under this tab.
* **Partner:** For images managed by a partner, select an image under this tab. Windows 11 desktop and GPU-optimized images are located under this tab.
* **Partner:** For images managed by a partner, select an image under this tab. ex: Base Windows 11 desktop, GPU-optimized, and arm64 images are located under this tab.
* **Size:** Choose a hardware configuration from the list of available options. The available sizes depend on the image that you selected in a previous step. For GPU runners, select a size under the **GPU-powered** tab.
* **Maximum concurrency:** Choose the maximum number of jobs that can be active at any time.
* **Runner group:** Choose the group that your runner will be a member of. This group will host multiple instances of your runner, as they scale up and down to suit demand. {% ifversion ghec %}

View File

@@ -51,6 +51,16 @@ For public repositories, jobs using the workflow labels shown in the table below
<code><a href="https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-22-image.md">ubuntu-22.04-arm</a></code>
</td>
</tr>
<tr>
<td>Windows [Public preview]</td>
<td>4</td>
<td>16 GB</td>
<td>14 GB</td>
<td>arm64</td>
<td>
<code><a href="https://github.com/actions/partner-runner-images/blob/main/images/arm-windows-11-image.md">windows-11-arm</a></code>
</td>
</tr>
<tr>
<td>macOS</td>
<td>4</td>
@@ -77,7 +87,7 @@ For public repositories, jobs using the workflow labels shown in the table below
</table>
>[!NOTE] The arm64 Linux runner is in {% data variables.release-phases.public_preview %} and subject to change.
>[!NOTE] The arm64 Linux and Windows runners are in {% data variables.release-phases.public_preview %} and subject to change.
### Standard {% data variables.product.prodname_dotcom %}-hosted runners for {% ifversion ghec %}internal and{% endif %} private repositories