From 3625a6fe67e570f1c3696f09d6035faf57e4fac2 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 31 Jul 2025 17:19:10 -0400 Subject: [PATCH] src/installation/index.md: explicitly mention archs. --- src/installation/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/installation/index.md b/src/installation/index.md index 826f8fe61..9ea104c87 100644 --- a/src/installation/index.md +++ b/src/installation/index.md @@ -17,7 +17,12 @@ following minimums for most installations: Note that xfce image installations require more resources. -Void is not available for the i386, i486, or i586 architectures. +Void provides build profiles for the architectures listed at +. +Out of those, currently + +- `x86_64*`, `i686` are natively compiled and their test suite run in CI +- `aarch64*`, `armv7l*`, `armv6l*` are cross-compiled, with no tests run in CI. Before installing musl Void, please read [the "musl" section](./musl.md) of this Handbook, so that you are aware of software incompatibilities.