diff options
author | Michael Forney <mforney@mforney.org> | 2021-07-02 12:33:41 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-07-02 15:35:17 -0400 |
commit | 65b0b9832c5e7ec6d8680c77181fa723e8492f74 (patch) | |
tree | 9946ab5af8b1dc5cd8dc0828f01a718bbf18aed6 | |
parent | 6b0b9b95be212eb853f3dfd49fbc2d8a11b66d72 (diff) | |
download | sr.ht-docs-65b0b9832c5e7ec6d8680c77181fa723e8492f74.tar.gz |
builds.sr.ht: Add NetBSD to compatibility.md
-rw-r--r-- | builds.sr.ht/compatibility.md | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 94e28e8..4f66fa4 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -972,3 +972,90 @@ Support cycle: no support guarantees are made for 9front wire protocol - Custom packages and custom repositories are not supported - Shell access is not supported + +## NetBSD + +Maintainer: Michael Forney <mforney@mforney.org> + +Support policy: the most recent release and the version prior are supported. See +also: [upstream release cycle](https://wiki.netbsd.org/releng/) + +<table class="table table-sm table-hover"> + <thead> + <tr> + <th>NetBSD 9.2</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: netbsd/latest</code> <strong>or</strong> + <code>image: netbsd/9.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>as required</td> + </tr> + <tr><td><code>arch: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7hfeb</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: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: ppc</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>NetBSD 8.2</th> + <th colspan="3" style="font-weight: normal; text-align: center"> + <code>image: netbsd/8.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 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: armv6hf</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7hf</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: armv7hfeb</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: mipseb</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mipsel</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips64eb</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: mips64el</code></td><td style="text-align: center"></td><td></td><td></td></tr> + <tr><td><code>arch: ppc</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 `pkgin`. + +**repositories** + +Custom package repositories are not supported on NetBSD builds. |