diff options
-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. |