Remove aarch64 unsupported note for Homebrew on Linux

This commit is contained in:
Mikhail Beliakov 2025-04-02 05:01:13 +01:00 committed by GitHub
parent b4ae6f5513
commit 1acba980c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ If you're using an older distribution of Linux, installing your first package wi
- **Linux** 3.2 or newer
- **Glibc** 2.13 or newer
- **64-bit x86_64** CPU
- **64-bit x86_64** or **64-bit aarch64** (including Apple Silicon) CPU's
To install build tools, paste at a terminal prompt:
@ -76,9 +76,9 @@ To install build tools, paste at a terminal prompt:
sudo pacman -S base-devel procps-ng curl file git
```
### ARM (unsupported)
### ARM32 (unsupported)
Homebrew can run on 32-bit ARM (e.g. Raspberry Pi and others) and 64-bit ARM (ARM64, also known as AArch64), but as they lack bottles (binary packages) they are unsupported. Pull requests are welcome to improve the experience on ARM platforms.
Homebrew can run on 32-bit ARM (e.g. Raspberry Pi and others), but as they lack bottles (binary packages) they are unsupported. Pull requests are welcome to improve the experience on ARM platforms.
You may need to install your own Ruby using your system package manager, a PPA, or `rbenv/ruby-build` as we no longer distribute a Homebrew Portable Ruby for ARM.