diff options
author | Haowen Liu <lhw@lunacd.com> | 2022-05-06 10:47:22 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-05-11 13:08:25 +0200 |
commit | d776c4dd6df00c48213e7b34a6b2ef9a8a00c4c0 (patch) | |
tree | dd15ceb25d8c68f443dc8603d8786deb5c6c694d /builds.sr.ht | |
parent | e50d55e6de84fb07e17169d7f885a3ba394f6540 (diff) | |
download | sr.ht-docs-d776c4dd6df00c48213e7b34a6b2ef9a8a00c4c0.tar.gz |
ubuntu: kinetic starts development
Diffstat (limited to 'builds.sr.ht')
-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 c96c373..9f51aae 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -1069,6 +1069,37 @@ information. <table class="table table-sm table-hover"> <thead> <tr> + <th>Ubuntu Kinetic (22.10)</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: ubuntu/next</code> <strong>or</strong> + <code>image: ubuntu/kinetic</code> <strong>or</strong> + <code>image: ubuntu/22.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: 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>daily</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> + <tr><td><code>arch: s390x</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>Ubuntu Impish (21.10)</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: ubuntu/impish</code> <strong>or</strong> |