diff options
-rw-r--r-- | builds.sr.ht/compatibility.md | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 9256f86..e04f31b 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -66,9 +66,40 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <table class="table table-sm table-hover"> <thead> <tr> - <th>Alpine 3.18</th> + <th>Alpine 3.19</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> + <code>image: alpine/3.19</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.18</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: alpine/old</code> <strong>or</strong> <code>image: alpine/3.18</code> </th> </tr> @@ -99,7 +130,7 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <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/older</code> <strong>or</strong> <code>image: alpine/3.17</code> </th> </tr> @@ -130,7 +161,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/older</code> <strong>or</strong> + <code>image: alpine/oldest</code> <strong>or</strong> <code>image: alpine/3.16</code> </th> </tr> @@ -161,7 +192,6 @@ 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/oldest</code> <strong>or</strong> <code>image: alpine/3.15</code> </th> </tr> |