diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-07-02 12:46:59 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-07-02 12:47:50 +0200 |
commit | 59310a6cd8c1b08f829a505715099950cd40661e (patch) | |
tree | 19130ad4882514ab19cb08075b34898570636897 | |
parent | 7b1ad7e37a518af54c2d519f785ed8a3bea7a240 (diff) | |
download | sr.ht-docs-59310a6cd8c1b08f829a505715099950cd40661e.tar.gz |
builds.sr.ht: add alpine 3.16
-rw-r--r-- | builds.sr.ht/compatibility.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 7fc749f..0fcc0ec 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -66,6 +66,37 @@ Support policy: [upstream](https://alpinelinux.org/releases/) <table class="table table-sm table-hover"> <thead> <tr> + <th>Alpine 3.16</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: alpine/latest</code> <strong>or</strong> + <code>image: alpine/3.15</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.15</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/latest</code> <strong>or</strong> |