diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-30 10:59:54 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-30 10:59:54 -0400 |
commit | 3a3f00bc6c3c7e347c18ec4dbfc2116ca6ab5f97 (patch) | |
tree | 2be1efcb103be03ec1500104e91e7e200758b137 | |
parent | 4bad90226504ef63ac4804a30a257ce79c27510f (diff) | |
download | sr.ht-docs-3a3f00bc6c3c7e347c18ec4dbfc2116ca6ab5f97.tar.gz |
builds.sr.ht: add Alpine 3.12 docs
-rw-r--r-- | builds.sr.ht/compatibility.md | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 706ac07..6ba3178 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -64,9 +64,39 @@ Maintainer: Drew DeVault <sir@cmpwn.com> <table class="table table-sm table-hover"> <thead> <tr> - <th>Alpine 3.11</th> + <th>Alpine 3.12</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> + <code>image: alpine/3.12</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.11</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/3.11</code> </th> </tr> |