aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lenz <Jason@Lenzplace.org>2022-07-07 20:13:23 -0500
committerDrew DeVault <sir@cmpwn.com>2022-07-26 14:18:15 +0200
commitbe2b839c71ad0ed3e2a3d217fa12e2802fc3140d (patch)
treec3b4fd5811ba217c30ec74c0c3861bea17c8c10e
parent33b522ff1a734b8d5a8734f24e636a02d07753f3 (diff)
downloadsr.ht-docs-be2b839c71ad0ed3e2a3d217fa12e2802fc3140d.tar.gz
builds.sr.ht: add OpenBSD 7.1 to compatibility matrix
-rw-r--r--builds.sr.ht/compatibility.md39
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>