diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index bde3ff8..c60389a 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -58,10 +58,10 @@ rather than using a specific release in your build manifests. <table class="table table-sm table-hover"> <thead> <tr> - <th>Alpine 3.8</th> + <th>Alpine 3.9</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> - <code>image: alpine/3.8</code> + <code>image: alpine/3.9</code> </th> </tr> <tr> @@ -86,6 +86,36 @@ rather than using a specific release in your build manifests. </tbody> </table> +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>Alpine 3.8</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: alpine/3.8</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>monthly</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`. |