diff options
author | Haowen Liu <liu.haowen.andy@gmail.com> | 2021-10-22 19:11:15 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-23 08:41:23 +0200 |
commit | ac19223120f57fbbd88ec8c784250b0343a6405d (patch) | |
tree | a24d55aee84792b117075cd00d8d733845480604 /builds.sr.ht/compatibility.md | |
parent | 85d85cc8596120c2a03e65570990b11caf65120c (diff) | |
download | sr.ht-docs-ac19223120f57fbbd88ec8c784250b0343a6405d.tar.gz |
Add Ubuntu Jammy
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 72aa9a0..0082d29 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -1007,9 +1007,39 @@ for more information. <table class="table table-sm table-hover"> <thead> <tr> - <th>Ubuntu Impish (21.10)</th> + <th>Ubuntu Jammy (22.04)</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> + </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> <code>image: ubuntu/21.10</code> </th> @@ -1027,7 +1057,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> |