diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-25 17:59:22 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-25 17:59:22 -0400 |
commit | 2c92db1975220a9363d63b6740c58c9a61fdaefb (patch) | |
tree | 949f13765bf1cea81e7582a7a53ab28a1beca3ca /builds.sr.ht/compatibility.md | |
parent | f6a545ab88263ebce4d8b43e723622a4336de533 (diff) | |
download | sr.ht-docs-2c92db1975220a9363d63b6740c58c9a61fdaefb.tar.gz |
Update builds.sr.ht docs for Alpine 3.9
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`. |