docs: add note About Apple Silicon (#27486)

This commit is contained in:
Steven Yeh 2021-01-26 21:57:39 -06:00 committed by GitHub
parent 931e29cd64
commit f24348485a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,13 +96,15 @@ Following platforms are supported by Electron:
Only 64bit binaries are provided for macOS, and the minimum macOS version Only 64bit binaries are provided for macOS, and the minimum macOS version
supported is macOS 10.10 (Yosemite). supported is macOS 10.10 (Yosemite).
Native support for Apple Silicon (`arm64`) devices was added in Electron 11.0.0.
### Windows ### Windows
Windows 7 and later are supported, older operating systems are not supported Windows 7 and later are supported, older operating systems are not supported
(and do not work). (and do not work).
Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows. Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows.
[Electron 6.0.8 and later add native support for Windows on Arm (`arm64`) devices](windows-arm.md). [Native support for Windows on Arm (`arm64`) devices was added in Electron 6.0.8.](windows-arm.md).
Running apps packaged with previous versions is possible using the ia32 binary. Running apps packaged with previous versions is possible using the ia32 binary.
### Linux ### Linux