diff options
author | Haowen Liu <lhw@lunacd.com> | 2022-11-14 20:08:53 -0800 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2023-01-19 15:18:41 +0100 |
commit | 4c197644df9988caa9f639b27ad53faadb35c18d (patch) | |
tree | 57794ca6b632e467e4848e9d4de7f729b5fecc59 /builds.sr.ht | |
parent | 444521702254a0aa2341e66c449d014feaeff933 (diff) | |
download | sr.ht-docs-4c197644df9988caa9f639b27ad53faadb35c18d.tar.gz |
ubuntu/kinetic released, ubuntu/lunar starts development
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/compatibility.md | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 7cf3919..b9ecd8c 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -1026,7 +1026,6 @@ information. <th>Ubuntu Jammy (22.04)</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: ubuntu/lts</code> <strong>or</strong> - <code>image: ubuntu/next</code> <strong>or</strong> <code>image: ubuntu/jammy</code> <strong>or</strong> <code>image: ubuntu/22.04</code> </th> @@ -1057,7 +1056,6 @@ information. <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> @@ -1075,7 +1073,38 @@ information. <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> + <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 Lunar (23.04)</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: ubuntu/next</code> <strong>or</strong> + <code>image: ubuntu/lunar</code> <strong>or</strong> + <code>image: ubuntu/23.04</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>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> |