diff options
author | Simon Ser <contact@emersion.fr> | 2021-10-02 09:50:54 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-04 12:00:13 +0200 |
commit | 74fa066f62e049cfecb7365d479d39aef20f98bd (patch) | |
tree | f08063977d2d142ba6aaa4351726a9615555b8e3 /builds.sr.ht/compatibility.md | |
parent | 8bc433e413453c2be5a0d3e814369fc4d9819359 (diff) | |
download | sr.ht-docs-74fa066f62e049cfecb7365d479d39aef20f98bd.tar.gz |
builds.sr.ht/compatibility: drop FreeBSD 11.x
The release has reached end-of-life and is being dropped by
builds.sr.ht.
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-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 d07656c..e19991d 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -590,36 +590,6 @@ releases](https://www.freebsd.org/releases/) are supported. </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>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`. |