aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/compatibility.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-21 23:10:05 -0500
committerDrew DeVault <sir@cmpwn.com>2019-02-21 23:10:05 -0500
commit8c548e986174787b28525d0b3f8878f7440dece3 (patch)
tree9925e8217f350babbf09b75f24371ebff0d60d55 /builds.sr.ht/compatibility.md
parent2b9229759110c0e84da8572d62897fc717299a7d (diff)
downloadsr.ht-docs-8c548e986174787b28525d0b3f8878f7440dece3.tar.gz
Add Ubuntu Xenial to supported build images
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-rw-r--r--builds.sr.ht/compatibility.md50
1 files changed, 40 insertions, 10 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index bd7eb02..05daec7 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -502,11 +502,11 @@ nix, no channels are added by default.
<table class="table table-sm table-hover">
<thead>
<tr>
- <th>Ubuntu Bionic (18.04)</th>
+ <th>Ubuntu Disco (19.04)</th>
<th colspan="3" style="font-weight: normal; text-align: center">
- <code>image: ubuntu/lts</code> <strong>or</strong>
- <code>image: ubuntu/bionic</code> <strong>or</strong>
- <code>image: ubuntu/18.04</code>
+ <code>image: ubuntu/next</code> <strong>or</strong>
+ <code>image: ubuntu/disco</code> <strong>or</strong>
+ <code>image: ubuntu/19.04</code>
</th>
</tr>
<tr>
@@ -522,7 +522,7 @@ nix, no channels are added by default.
<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>
@@ -564,11 +564,11 @@ nix, no channels are added by default.
<table class="table table-sm table-hover">
<thead>
<tr>
- <th>Ubuntu Disco (19.04)</th>
+ <th>Ubuntu Bionic (18.04)</th>
<th colspan="3" style="font-weight: normal; text-align: center">
- <code>image: ubuntu/next</code> <strong>or</strong>
- <code>image: ubuntu/disco</code> <strong>or</strong>
- <code>image: ubuntu/19.04</code>
+ <code>image: ubuntu/lts</code> <strong>or</strong>
+ <code>image: ubuntu/bionic</code> <strong>or</strong>
+ <code>image: ubuntu/18.04</code>
</th>
</tr>
<tr>
@@ -584,7 +584,37 @@ nix, no channels are added by default.
<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 Xenial (16.04)</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: ubuntu/xenial</code> <strong>or</strong>
+ <code>image: ubuntu/16.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>monthly</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>