aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-04-14 17:36:28 +0200
committerDrew DeVault <sir@cmpwn.com>2021-04-14 11:36:44 -0400
commitb6ff2c32d46973c87dc3dcc2f811461eff2d2518 (patch)
tree3d79aff741bc8df660f0bfbfdabb30623ea59dc2
parent09baddbe5652b220aa44362453a304b96177d038 (diff)
downloadsr.ht-docs-b6ff2c32d46973c87dc3dcc2f811461eff2d2518.tar.gz
builds.sr.ht/compatibility: add freebsd/13.x
-rw-r--r--builds.sr.ht/compatibility.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index fa4e93a..398e211 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -532,9 +532,39 @@ releases](https://www.freebsd.org/releases/) are supported.
<table class="table table-sm table-hover">
<thead>
<tr>
- <th>FreeBSD 12.x</th>
+ <th>FreeBSD 13.x</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: freebsd/latest</code> <strong>or</strong>
+ <code>image: freebsd/13.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>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/12.x</code>
</th>
</tr>