Skip to content

Commit 1a4f0ec

Browse files
authored
added arm runners to standard runner availability for private/interna… (#59394)
1 parent 2482284 commit 1a4f0ec

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

data/reusables/actions/supported-github-runners.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
108108
<tr>
109109
<td>Linux</td>
110110
<td>2</td>
111-
<td>7 GB</td>
111+
<td>8 GB</td>
112112
<td>14 GB</td>
113113
<td> x64 </td>
114114
<td>
@@ -120,7 +120,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
120120
<tr>
121121
<td>Windows</td>
122122
<td>2</td>
123-
<td>7 GB</td>
123+
<td>8 GB</td>
124124
<td>14 GB</td>
125125
<td> x64 </td>
126126
<td>
@@ -129,6 +129,27 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
129129
<code><a href="https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md">windows-2022</a></code>
130130
</td>
131131
</tr>
132+
<tr>
133+
<td>Linux</td>
134+
<td>2</td>
135+
<td>8 GB</td>
136+
<td>14 GB</td>
137+
<td> arm64 </td>
138+
<td>
139+
<code><a href="https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md">ubuntu-24.04-arm</a></code>,
140+
<code><a href="https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-22-image.md">ubuntu-22.04-arm</a></code>
141+
</td>
142+
</tr>
143+
<tr>
144+
<td>Windows</td>
145+
<td>2</td>
146+
<td>8 GB</td>
147+
<td>14 GB</td>
148+
<td> arm64 </td>
149+
<td>
150+
<code><a href="https://github.com/actions/partner-runner-images/blob/main/images/arm-windows-11-image.md">windows-11-arm</a></code>
151+
</td>
152+
</tr>
132153
<tr>
133154
<td>macOS</td>
134155
<td>4</td>

0 commit comments

Comments
 (0)