add Apple Silicon to supporting platforms (#18772)

* add Apple Silicon to supporting platforms

* Update readme.md

Co-authored-by: flywind <xzsflywind@gmail.com>

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
This commit is contained in:
flywind
2021-08-31 20:05:45 +08:00
committed by GitHub
parent 8f4bdb3596
commit 3469f3a393

View File

@@ -35,7 +35,7 @@ architecture combinations:
* Windows (Windows XP or greater) - x86 and x86_64
* Linux (most, if not all, distributions) - x86, x86_64, ppc64 and armv6l
* Mac OS X (10.04 or greater) - x86, x86_64 and ppc64
* Mac OS X (10.04 or greater) - x86, x86_64, ppc64 and Apple Silicon (based on the ARM64 architecture)
More platforms are supported, however, they are not tested regularly and they
may not be as stable as the above-listed platforms.