docs: update unofficial support list for NetBSD (#2099)

This commit is contained in:
Clement Tsang
2026-06-21 00:47:07 -04:00
committed by GitHub
parent e19480591d
commit 1d71e2966f
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -130,6 +130,7 @@ A non-comprehensive list of some currently unofficially-supported platforms that
- Linux (`armv6`, `armv7`, `powerpc64le`, `riscv64gc`, `loongarch64`)
- Android (`arm64`)
- Windows (`arm64`)
- NetBSD (`x86_64`)
For more details on unsupported platforms and known problems, check out [the documentation](https://bottom.pages.dev/nightly/support/unofficial/).
+7 -5
View File
@@ -6,9 +6,11 @@ on the problem at the end of the day, _issues on unsupported platforms are likel
Unofficially supported platforms known to compile/work:
- FreeBSD
- Linux on ARMv7 and ARMv6 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
- Linux on PowerPC 64 LE (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
- Linux on an RISC-V (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))
- FreeBSD on x86 (built and tested in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
- Linux on ARMv7 and ARMv6 (built in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
- Linux on PowerPC 64 LE (built in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
- Linux on an RISC-V (built in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))
- NetBSD on x86 (built in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
If you encounter any issues, see the [troubleshooting page](../troubleshooting.md) or open an issue/discussion on GitHub - though as mentioned, unsupported platforms may go unfixed.
If you encounter any issues, see the [troubleshooting page](../troubleshooting.md) or open an issue/discussion on
GitHub - though as mentioned, unsupported platforms may go unfixed.