doc: Update README for ARM info

This commit is contained in:
Clement Tsang 2020-09-02 04:41:45 -04:00 committed by GitHub
parent f5f37f7f0a
commit 01b7b6744e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,8 @@ Note that bottom is:
- Officially tested and released for only `x86_64` (and `i686` for Windows) - Officially tested and released for only `x86_64` (and `i686` for Windows)
- Developed mainly for macOS, Windows, and Linux - Developed mainly for macOS, Windows, and Linux
As such, support beyond that is not guaranteed. There is now _technically_ support for AArch64 builds, As such, support beyond that is not guaranteed. There is now _technically_ support for AArch64 and ARMv7 builds and it is tested on Travis,
and I do run them in Travis, but I am currently not guaranteeing their stability. In theory, they should but I won't be officially supporting it for a bit and some things may or may not work (for example, R/s and W/s for disks doesn't work).
work fine, but I've had some troubles with building on ARM in some situations.
### Manually ### Manually