From 1d71e2966fa808963ad43df5cc99674882327a02 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:47:07 -0400 Subject: [PATCH] docs: update unofficial support list for NetBSD (#2099) --- README.md | 1 + docs/content/support/unofficial.md | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c1b3ef0..eb273685 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/docs/content/support/unofficial.md b/docs/content/support/unofficial.md index 4fb745e8..87f16279 100644 --- a/docs/content/support/unofficial.md +++ b/docs/content/support/unofficial.md @@ -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.