diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 58b6a24..0fad52c 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -16,7 +16,7 @@ suffer from poor performance. <table class="table table-sm table-hover"> <thead> <tr> - <th>edge</th> + <th>Alpine Edge</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: alpine/edge</code> </th> @@ -37,6 +37,37 @@ suffer from poor performance. <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>daily</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.8</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> + </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> @@ -399,7 +430,7 @@ nix, no channels are added by default. <td><code>arch: amd64</code> (default)</td> <td style="text-align: center; color: green">✓</td> <td style="text-align: center; color: green">✓</td> - <td>daily</td> + <td>weekly</td> </tr> <tr><td><code>arch: i386</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> |