From 65b0b9832c5e7ec6d8680c77181fa723e8492f74 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 2 Jul 2021 12:33:41 -0700 Subject: builds.sr.ht: Add NetBSD to compatibility.md --- builds.sr.ht/compatibility.md | 87 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) (limited to 'builds.sr.ht') 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 + +Support policy: the most recent release and the version prior are supported. See +also: [upstream release cycle](https://wiki.netbsd.org/releng/) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 9.2 + image: netbsd/latest or + image: netbsd/9.x +
archsupportednativeupdated
arch: aarch64
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 8.2 + image: netbsd/8.x +
archsupportednativeupdated
arch: amd64 (default)as required
arch: armv6hf
arch: armv7hf
arch: armv7hfeb
arch: i386
arch: mipseb
arch: mipsel
arch: mips64eb
arch: mips64el
arch: ppc
arch: sparc64
+ +**packages** + +The packages array is installed with `pkgin`. + +**repositories** + +Custom package repositories are not supported on NetBSD builds. -- cgit