完善 osx-arm64 原生支持 (#1689)

* Add 1.6~1.18.2 support for osx-arm64

* fix crash on 1.12

* Update I18N
This commit is contained in:
Glavo
2022-09-03 16:55:27 +08:00
committed by GitHub
parent 835668d781
commit 6c07924d9b
7 changed files with 451 additions and 53 deletions

View File

@@ -1,16 +1,16 @@
# Platform Support Status
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:-----------------------------------------|:--------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (1.8+)<br/>✅ (use x86 emulation) | 👌 | ✅ (1.19+)<br/>✅ (use Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| LoongArch64 | / | 👌 (for Old World)<br/>❔ (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
| RISC-V | / | ❔ | / | / |
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:-----------------------------------------|:----------------------------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (1.8+)<br/>✅ (use x86 emulation) | 👌 | 👌 (1.6~1.18.2)<br/>✅ (1.19+)<br/>✅ (use Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| LoongArch64 | / | 👌 (for Old World)<br/>❔ (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
| RISC-V | / | ❔ | / | / |
Legend: