aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-15 11:05:31 -0500
committerDrew DeVault <sir@cmpwn.com>2019-02-15 11:05:31 -0500
commit746a83e2bb08a0f69a149ad149281eb44b6e4226 (patch)
tree717140da2ca46dd4264c15accd309edbc8b4f597 /builds.sr.ht
parente0f2fccfc154c24ceabb1ad71902e3aeec2e6cc2 (diff)
downloadsr.ht-docs-746a83e2bb08a0f69a149ad149281eb44b6e4226.tar.gz
Add improved FreeBSD support to compatability.md
Diffstat (limited to 'builds.sr.ht')
-rw-r--r--builds.sr.ht/compatibility.md67
1 files changed, 64 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 125c8ca..7512ce3 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -329,9 +329,9 @@ The following commands will be used to configure it:
<table class="table table-sm table-hover">
<thead>
<tr>
- <th>FreeBSD 11.2</th>
+ <th>FreeBSD CURRENT</th>
<th colspan="3" style="font-weight: normal; text-align: center">
- <code>image: freebsd/latest</code>
+ <code>image: freebsd/current</code>
</th>
</tr>
<tr>
@@ -347,7 +347,68 @@ The following commands will be used to configure it:
<td><code>arch: amd64</code> (default)</td>
<td style="text-align: center; color: green">✓</td>
<td style="text-align: center; color: green">✓</td>
- <td>manually</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: powerpc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
+ <tr><td><code>arch: powerpc64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
+ <tr><td><code>arch: sparc64</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>FreeBSD 12.x</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: freebsd/latest</code> <strong>or</strong>
+ <code>image: freebsd/12.x</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: aarch64</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: powerpc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
+ <tr><td><code>arch: powerpc64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>
+ <tr><td><code>arch: sparc64</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>FreeBSD 11.x</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: freebsd/11.x</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: aarch64</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: powerpc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr>