diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 787dff7..c342c2f 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -1004,18 +1004,20 @@ The following commands will be used to configure it: Maintainer: Haowen Liu <lhw@lunacd.com> -Support cycle: the latest LTS, previous LTS, and the next normal release of -Ubuntu are all supported. See the [upstream support schedule](https://wiki.ubuntu.com/Releases) -for more information. +Support cycle: all releases under standard support. +See the [upstream support schedule](https://wiki.ubuntu.com/Releases) for more +information. <table class="table table-sm table-hover"> <thead> <tr> - <th>Ubuntu Focal (20.04)</th> + <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/focal</code> <strong>or</strong> - <code>image: ubuntu/20.04</code> + <code>image: ubuntu/latest</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> </tr> <tr> @@ -1031,7 +1033,7 @@ for more 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>weekly</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> @@ -1042,11 +1044,10 @@ for more information. <table class="table table-sm table-hover"> <thead> <tr> - <th>Ubuntu Jammy (22.04)</th> + <th>Ubuntu Impish (21.10)</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: ubuntu/next</code> <strong>or</strong> - <code>image: ubuntu/jammy</code> <strong>or</strong> - <code>image: ubuntu/22.04</code> + <code>image: ubuntu/impish</code> <strong>or</strong> + <code>image: ubuntu/21.10</code> </th> </tr> <tr> @@ -1062,7 +1063,7 @@ for more 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> @@ -1073,10 +1074,11 @@ for more information. <table class="table table-sm table-hover"> <thead> <tr> - <th>Ubuntu Impish (21.10)</th> + <th>Ubuntu Focal (20.04)</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: ubuntu/impish</code> <strong>or</strong> - <code>image: ubuntu/21.10</code> + <code>image: ubuntu/oldlts</code> <strong>or</strong> + <code>image: ubuntu/focal</code> <strong>or</strong> + <code>image: ubuntu/20.04</code> </th> </tr> <tr> @@ -1105,7 +1107,7 @@ for more information. <tr> <th>Ubuntu Bionic (18.04)</th> <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: ubuntu/oldlts</code> <strong>or</strong> + <code>image: ubuntu/oldoldlts</code> <strong>or</strong> <code>image: ubuntu/bionic</code> <strong>or</strong> <code>image: ubuntu/18.04</code> </th> |