Skip to content

Commit a7bdcb7

Browse files
committed
experimental support for arm64
1 parent 6737683 commit a7bdcb7

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

index.html

Lines changed: 24 additions & 10 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)',
@@ -264,23 +268,33 @@ <h1>R SVN build status</h1>
264268
<table border="1" cellpadding="0" cellspacing="0" summary="CRAN package check results summary" class="display" width="100%">
265269
<thead>
266270
<tr>
267-
<th colspan="4">Commit</th>
268-
<th colspan="2">GCC</th>
269-
<th colspan="2">Clang</th>
270-
<th colspan="2">MacOS</th>
271-
<th colspan="3">Windows (mingw-w64)</th>
271+
<th colspan="4" rowspan="2">Commit</th>
272+
<th colspan="4">GCC</th>
273+
<th colspan="4">Clang</th>
274+
<th colspan="2" rowspan="2">MacOS</th>
275+
<th colspan="2" rowspan="2">Windows (mingw-w64)</th>
276+
</tr>
277+
<tr>
278+
<th colspan="2">stable</th>
279+
<th colspan="2">testing</th>
280+
<th colspan="2">stable</th>
281+
<th colspan="2">testing</th>
272282
</tr>
273283
<tr>
274284
<th> Date </th>
275285
<th> Revision </th>
276286
<th> Message </th>
277287
<th> Author </th>
278-
<th> stable </th>
279-
<th> testing </th>
280-
<th> stable </th>
281-
<th> testing </th>
288+
<th> amd </th>
289+
<th> arm </th>
290+
<th> amd </th>
291+
<th> arm </th>
292+
<th> amd </th>
293+
<th> arm </th>
294+
<th> amd </th>
295+
<th> arm </th>
282296
<th> intel </th>
283-
<th> arm64 </th>
297+
<th> arm </th>
284298
<th> check </th>
285299
<th> installer </th>
286300
<th> CI </th>

0 commit comments

Comments
 (0)