docs/Linuxbrew: Best-effort support for ARM64 (AArch64)

This commit is contained in:
Shaun Jackman 2019-02-25 09:39:31 -08:00
parent 59aac3347a
commit b3bbe001eb

View File

@ -61,9 +61,9 @@ sudo apt-get install build-essential curl file git
sudo yum groupinstall 'Development Tools' && sudo yum install curl file git sudo yum groupinstall 'Development Tools' && sudo yum install curl file git
``` ```
### Raspberry Pi ### ARM
Linuxbrew can run on Raspberry Pi (32-bit ARM), but no binary packages (bottles) are available. Support for Raspberry Pi is on a best-effort basis. Pull requests are welcome to improve the experience on Raspberry Pi. Linuxbrew can run on 32-bit ARM (Raspberry Pi) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM and Raspberry Pi.
### 32-bit x86 ### 32-bit x86