diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-10-22 14:31:47 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-22 14:31:47 -0400 |
commit | 7144081835346703673f71861b665672af3e5471 (patch) | |
tree | 1a9f76f2d2928a3cd6b566153ed7e10b43862b3b /builds.sr.ht/compatibility.md | |
parent | db2c3e6b5add9f9a968cb63dbf729f58b03a35fb (diff) | |
download | sr.ht-docs-7144081835346703673f71861b665672af3e5471.tar.gz |
builds.sr.ht: add ubuntu/eoan to compat list
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r-- | builds.sr.ht/compatibility.md | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 16a3cb6..deb4cdd 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -688,11 +688,11 @@ Maintainer: New maintainer wanted <table class="table table-sm table-hover"> <thead> <tr> - <th>Ubuntu Disco (19.04)</th> + <th>Ubuntu Eoan (19.10)</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: ubuntu/latest</code> <strong>or</strong> - <code>image: ubuntu/disco</code> <strong>or</strong> - <code>image: ubuntu/19.04</code> + <code>image: ubuntu/eoan</code> <strong>or</strong> + <code>image: ubuntu/19.10</code> </th> </tr> <tr> @@ -750,6 +750,36 @@ Maintainer: New maintainer wanted <table class="table table-sm table-hover"> <thead> <tr> + <th>Ubuntu Disco (19.04)</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: ubuntu/disco</code> <strong>or</strong> + <code>image: ubuntu/19.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 Xenial (16.04)</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: ubuntu/xenial</code> <strong>or</strong> |