diff options
-rw-r--r-- | builds.sr.ht/compatibility.md | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 0940ab8..f7f9674 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -633,9 +633,46 @@ Maintainer: Jarkko Oranen <oranenj@iki.fi> <table class="table table-sm table-hover"> <thead> <tr> - <th>OpenBSD 6.5</th> + <th>OpenBSD 6.6</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/latest</code> <strong>or</strong> + <code>image: openbsd/6.6</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: alpha</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>as required</td> + </tr> + <tr><td><code>arch: arm64</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: hppa</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: landisk</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: loongson</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: luna88k</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: macppc</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: octeon</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: sgi</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>OpenBSD 6.5</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/6.5</code> </th> </tr> @@ -670,8 +707,7 @@ Maintainer: Jarkko Oranen <oranenj@iki.fi> **notes** -Currently, the image corresponds to OpenBSD 6.5 as it was initially -released, not the -stable branch with errata applied. +Binary patches are applied to the base system using `syspatch`. **packages** |