diff options
-rw-r--r-- | builds.sr.ht/compatibility.md | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 03c0e96..90eaf92 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -870,9 +870,46 @@ also: [upstream release cycle](https://www.openbsd.org/faq/faq5.html) <table class="table table-sm table-hover"> <thead> <tr> - <th>OpenBSD 7.0</th> + <th>OpenBSD 7.1</th> <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/latest</code> <strong>or</strong> + <code>image: openbsd/7.1</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: power64</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 7.0</th> + <th colspan="3" style="font-weight: normal; text-align: center"> <code>image: openbsd/7.0</code> </th> </tr> |