builds.sr.ht/compatibility.md: update alpine details

This commit is contained in:
Drew DeVault 2023-06-22 10:29:59 +02:00
parent 0951b18236
commit 1ded1a12cf
1 changed files with 34 additions and 34 deletions

View File

@ -66,9 +66,40 @@ Support policy: [upstream](https://alpinelinux.org/releases/)
<table class="table table-sm table-hover">
<thead>
<tr>
<th>Alpine 3.17</th>
<th>Alpine 3.18</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: alpine/latest</code> <strong>or</strong>
<code>image: alpine/3.18</code>
</th>
</tr>
<tr>
<th>arch</th>
<th style="text-align: center">supported</th>
<th style="text-align: center">native</th>
<th>updated</th>
</tr>
</thead>
<tbody>
<tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: armhf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: ppc64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: s390x</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr class="table-primary">
<td><code>arch: x86_64</code> (default)</td>
<td style="text-align: center; color: green"></td>
<td style="text-align: center; color: green"></td>
<td>weekly</td>
</tr>
<tr><td><code>arch: x86</code></td><td style="text-align: center"></td><td></td><td></td></tr>
</tbody>
</table>
<table class="table table-sm table-hover">
<thead>
<tr>
<th>Alpine 3.17</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: alpine/old</code> <strong>or</strong>
<code>image: alpine/3.17</code>
</th>
</tr>
@ -99,7 +130,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/)
<tr>
<th>Alpine 3.16</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: alpine/old</code> <strong>or</strong>
<code>image: alpine/older</code> <strong>or</strong>
<code>image: alpine/3.16</code>
</th>
</tr>
@ -130,7 +161,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/)
<tr>
<th>Alpine 3.15</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: alpine/older</code> <strong>or</strong>
<code>image: alpine/oldest</code> <strong>or</strong>
<code>image: alpine/3.15</code>
</th>
</tr>
@ -156,37 +187,6 @@ Support policy: [upstream](https://alpinelinux.org/releases/)
</tbody>
</table>
<table class="table table-sm table-hover">
<thead>
<tr>
<th>Alpine 3.14</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: alpine/3.14</code> <strong>or</strong>
<code>image: alpine/oldest</code>
</th>
</tr>
<tr>
<th>arch</th>
<th style="text-align: center">supported</th>
<th style="text-align: center">native</th>
<th>updated</th>
</tr>
</thead>
<tbody>
<tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: armhf</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: ppc64el</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr><td><code>arch: s390x</code></td><td style="text-align: center"></td><td></td><td></td></tr>
<tr class="table-primary">
<td><code>arch: x86_64</code> (default)</td>
<td style="text-align: center; color: green"></td>
<td style="text-align: center; color: green"></td>
<td>weekly</td>
</tr>
<tr><td><code>arch: x86</code></td><td style="text-align: center"></td><td></td><td></td></tr>
</tbody>
</table>
**packages**
The packages array is installed with `apk add`.