Skip to content

Commit 99f4438

Browse files
committed
experimental support for arm64
1 parent 6737683 commit 99f4438

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

index.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,13 @@
132132
const artifacts = sort_artifacts(y);
133133
const matrix = [
134134
'Linux (gcc, debian:stable)',
135+
'Linux (gcc, debian:stable, arm)',
135136
'Linux (gcc, debian:testing)',
137+
'Linux (gcc, debian:testing, arm)',
136138
'Linux (clang, debian:stable)',
139+
'Linux (clang, debian:stable, arm)',
137140
'Linux (clang, debian:testing)',
141+
'Linux (clang, debian:testing, arm)',
138142
'MacOS (macOS-13)',
139143
'MacOS (macOS-14)',
140144
'Windows (check)',
@@ -265,8 +269,10 @@ <h1>R SVN build status</h1>
265269
<thead>
266270
<tr>
267271
<th colspan="4">Commit</th>
268-
<th colspan="2">GCC</th>
269-
<th colspan="2">Clang</th>
272+
<th colspan="2">GCC/stable</th>
273+
<th colspan="2">GCC/testing</th>
274+
<th colspan="2">Clang/stable</th>
275+
<th colspan="2">Clang/testing</th>
270276
<th colspan="2">MacOS</th>
271277
<th colspan="3">Windows (mingw-w64)</th>
272278
</tr>
@@ -275,12 +281,16 @@ <h1>R SVN build status</h1>
275281
<th> Revision </th>
276282
<th> Message </th>
277283
<th> Author </th>
278-
<th> stable </th>
279-
<th> testing </th>
280-
<th> stable </th>
281-
<th> testing </th>
284+
<th> amd </th>
285+
<th> arm </th>
286+
<th> amd </th>
287+
<th> arm </th>
288+
<th> amd </th>
289+
<th> arm </th>
290+
<th> amd </th>
291+
<th> arm </th>
282292
<th> intel </th>
283-
<th> arm64 </th>
293+
<th> arm </th>
284294
<th> check </th>
285295
<th> installer </th>
286296
<th> CI </th>

0 commit comments

Comments
 (0)