From ac63acdb3bb11a7303c521bfbbd16241fa5f354b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 21 Aug 2023 17:53:15 +0200 Subject: [PATCH] Split the CPU architectures into more categories Move i386 and other less common or ancient CPU architectures to Community-Maintened category. Move armhf and arm64 to the Best-Effort category as we do test them as part of development work (new MacBooks are all arm64), we don't really do full set of tests in the CI. (cherry picked from commit db94c7526cc13ea864d18940a844a40ecd300540) --- doc/arm/platforms.inc.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/arm/platforms.inc.rst b/doc/arm/platforms.inc.rst index 523e52d0b7..ebc6a0d643 100644 --- a/doc/arm/platforms.inc.rst +++ b/doc/arm/platforms.inc.rst @@ -53,8 +53,7 @@ following systems: - OpenBSD 7.4 - Alpine Linux 3.18 -The amd64, i386, armhf, and arm64 CPU architectures are all fully -supported. +The amd64 CPU architecture is fully supported and regularly tested. Best-Effort ~~~~~~~~~~~ @@ -75,7 +74,7 @@ regularly by ISC. - Arch Linux - OpenWRT/LEDE 17.01+ -- Other CPU architectures (mips, mipsel, sparc, …) +- Other CPU architectures (arm, arm64, mips64, ppc64, s390x) Community-Maintained ~~~~~~~~~~~~~~~~~~~~ @@ -95,6 +94,8 @@ supported platforms. - Debian 8 Jessie, 9 Stretch - FreeBSD 10.x, 11.x +- Less common CPU architectures (i386, i686, mips, mipsel, sparc, ppc, and others) + Unsupported Platforms ---------------------