diff options
author | Simon Ser <contact@emersion.fr> | 2024-01-20 16:27:41 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-01-20 16:27:41 +0100 |
commit | 8f8cb5e93b51e4eed87af6f646277bafaa314cbb (patch) | |
tree | f2bdb77aad725593eb0a07288bc471c7c0150984 /builds.sr.ht | |
parent | e0cca75842a8830fd44d17bb93791b769f050ffc (diff) | |
download | sr.ht-docs-8f8cb5e93b51e4eed87af6f646277bafaa314cbb.tar.gz |
builds.sr.ht/compatibility: add FreeBSD 14
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/compatibility.md | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 06a083d..51f275d 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -586,9 +586,39 @@ releases](https://www.freebsd.org/releases/) are supported. <table class="table table-sm table-hover"> <thead> <tr> - <th>FreeBSD 13.x</th> + <th>FreeBSD 14.x</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: freebsd/latest</code> <strong>or</strong> + <code>image: freebsd/14.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 13.x</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: freebsd/13.x</code> </th> </tr> |