diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-24 21:11:58 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-24 21:11:58 -0400 |
commit | 704cab65043fb03b1a4ae078e1051b360ef80d0e (patch) | |
tree | 0978e652a801d16a9a7c8164cdab6f2573811586 /builds.sr.ht | |
parent | 995ef2fcf759206a5ce18dc57af3ce3047fd084b (diff) | |
download | sr.ht-docs-704cab65043fb03b1a4ae078e1051b360ef80d0e.tar.gz |
Add Alpine 3.10 to builds compatibility matrix
Diffstat (limited to 'builds.sr.ht')
-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 ed4cb10..d467bd9 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.9</th> + <th>Alpine 3.10</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> + <code>image: alpine/3.10</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.9</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/3.9</code> </th> </tr> |