diff options
author | Simon Ser <contact@emersion.fr> | 2024-01-24 09:46:28 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-01-24 09:46:28 +0100 |
commit | aad1e382690db7b8e92ac840e19d2154b40a7f25 (patch) | |
tree | a323ca4f48744eeb2cc509faf46dd5d5700ac3c0 | |
parent | dfc284f4abecdae31c4e12c84226cb0d14a6c2b0 (diff) | |
download | sr.ht-docs-aad1e382690db7b8e92ac840e19d2154b40a7f25.tar.gz |
builds.sr.ht/compatibility: drop FreeBSD 12.x
-rw-r--r-- | builds.sr.ht/compatibility.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 51f275d..afcfb78 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -644,36 +644,6 @@ releases](https://www.freebsd.org/releases/) are supported. </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> - <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> - **packages** The packages array is installed with `pkg install`. |