change(docs): Add macOS M1 as a tier 3 supported platform (#7851)

* Add macOS M1 as a tier 3 supported platform

* Add apple machine brand name that users will know
This commit is contained in:
teor 2023-10-27 08:08:22 +10:00 committed by GitHub
parent 64bf38c17c
commit ce22be37dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -46,4 +46,5 @@ For the full requirements, see [Tier 3 platform policy](platform-tier-policy.md#
| platform | os | notes | rust | artifacts
| -------|-------|-------|-------|-------
| `aarch64-unknown-linux-gnu` | [Debian 11](https://www.debian.org/releases/bullseye/) | 64-bit | [latest stable release](https://github.com/rust-lang/rust/releases) | N/A
| `aarch64-unknown-linux-gnu` | [Debian 11](https://www.debian.org/releases/bullseye/) | 64-bit | [latest stable release](https://github.com/rust-lang/rust/releases) | N/A
| `aarch64-apple-darwin` | latest macOS | 64-bit, Apple M1 or M2 | [latest stable release](https://github.com/rust-lang/rust/releases) | N/A