diff options
-rw-r--r-- | builds.sr.ht/compatibility.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index c43ae27..f9226c4 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -218,6 +218,9 @@ packages are signed with. Maintainer: Drew DeVault <sir@cmpwn.com> +Debian release channels are supported going back to oldstable. oldoldstable is +not supported. + <table class="table table-sm table-hover"> <thead> <tr> @@ -328,6 +331,41 @@ Maintainer: Drew DeVault <sir@cmpwn.com> </tbody> </table> +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>Debian Stretch (oldstable)</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: debian/oldstable</code> <strong>or</strong> + <code>image: debian/stretch</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: arm64</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr class="table-primary"> + <td><code>arch: amd64</code> (default)</td> + <td style="text-align: center; color: green">✓</td> + <td style="text-align: center; color: green">✓</td> + <td>manually</td> + </tr> + <tr><td><code>arch: armel</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armhl</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mipsel</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> + </tbody> +</table> + **packages** The packages array is installed with `apt-get install`. |