Skip to content

[rfc] mention which architectures are built natively, cross, or just supported as build profiles #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/void-linux/void-packages/tree/master/common/build-profiles>.
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.
Expand Down
Loading