From 47d074e1e516ec32beba1e343794cc0d875d4454 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Sat, 27 Jul 2024 11:22:06 +0200 Subject: [PATCH] docs: Update README I no longer have a 32-bit ARM system, and I never tested *regularly* on 32-bit x86 either. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4b6c8b..4f56aac 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,12 @@ Requirements to build (if there is no native binary for your platform): Platforms: -| Platform | Architecture | Continuous Integration | Tested manually | -|------------------|--------------|------------------------|---------------------------| -| Linux with Glibc | All major | Yes | Yes (x86-64, i686, ARMv7) | -| Linux with Musl | All major | Yes | Yes (x86-64) | -| Windows | x86-64 | Yes | No | -| MacOS | x86-64 | Yes | No | +| Platform | Architecture | Continuous Integration | Tested manually | +|------------------|--------------|------------------------|---------------------| +| Linux with Glibc | All major | Yes | Yes (x86-64, ARM64) | +| Linux with Musl | All major | Yes | Yes (x86-64) | +| Windows | x86-64 | Yes | No | +| MacOS | x86-64 | Yes | No | The above table is limited to what I myself have access to (and use) as well as what works in GitHub CI. Other Unixes are likely to work, if