summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-02-19 01:12:13 -0500
committerGitHub <noreply@github.com>2023-02-19 01:12:13 -0500
commit2a1c4104fd5c5279b391c02708295839faa351ec (patch)
treeea1c724420c371f74150fac351abcabd6fa5e698 /docs
parentf89b243589b5d0e0a3dfe75337a66fa1091d0434 (diff)
other: promote macOS aarch64 to official support (#1025)
Since I have a macOS M1 laptop to test on now, I think it's a good time to bump it to be officially supported, especially since it's going to be the main macOS platform for the foreseeable feature.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/support/official.md2
-rw-r--r--docs/content/support/unofficial.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/support/official.md b/docs/content/support/official.md
index 8c2ead8b..fa9356eb 100644
--- a/docs/content/support/official.md
+++ b/docs/content/support/official.md
@@ -2,7 +2,7 @@
bottom _officially_ supports the following operating systems and corresponding architectures:
-- macOS (`x86_64`)
+- macOS (`x86_64`, `aarch64`)
- Linux (`x86_64`, `i686`, `aarch64`)
- Windows (`x86_64`, `i686`)
diff --git a/docs/content/support/unofficial.md b/docs/content/support/unofficial.md
index 6a13be6a..84a3d4c6 100644
--- a/docs/content/support/unofficial.md
+++ b/docs/content/support/unofficial.md
@@ -1,15 +1,15 @@
# Unofficial support
-Systems and architectures that aren't officially supported may still work, but there are no guarantees on how much will work. For example, it might only compile, or it might run with bugs/broken features.
-Furthermore, while it will depend on the problem at the end of the day, _issues on unsupported platforms are likely to go unfixed_.
+Systems and architectures that aren't officially supported may still work, but there are no guarantees on how much will
+work. For example, it might only compile, or it might run with bugs/broken features. Furthermore, while it will depend
+on the problem at the end of the day, _issues on unsupported platforms are likely to go unfixed_.
Unofficially supported platforms known to compile/work:
+- FreeBSD
- Linux on ARMv7 and ARMv6 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
-- macOS on AArch64 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
- Linux on PowerPC 64 LE (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
- Linux on an RISC-V (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))
-- FreeBSD
## Known problems