From b489ad28c906fea8d197114a8563484ea4a3fc0c Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 15 Sep 2023 10:00:21 -0400 Subject: [PATCH] Update platform-support.md --- docs/platform-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platform-support.md b/docs/platform-support.md index 8f4fc71e0..fd5f483c2 100644 --- a/docs/platform-support.md +++ b/docs/platform-support.md @@ -7,9 +7,9 @@ Depending on the build system you are using, you can build for the following tar | | Javascript | Android | iOS | Linux x86_64 | Linux aarch64 | macOS (intel) | macOS (m1/m2) | |---------------|------------|---------|-----|--------------|---------------|---------------|---------------| | Linux x86_64 | ✅ | ✅ | | ✅ | | | | -| Linux aarch64 | ✅ | ✅ | | | ✅ | | | +| Linux aarch64 | ✅ | | | | ✅ | | | | macOS (intel) | ✅ | | ✅ | | | ✅ | | -| macOS (m1/m2) | ✅ | | ✅ | | | | ✅ | +| macOS (m1/m2) | ✅ | | | | | | ✅ | * On aarch64 platforms (aarch64-linux and aarch64-darwin), we do not support ghc-8.6.5 or ghcjs-8.6.5. * From Linux, you can't build for iOS or macOS because the apple toolchain is restricted to macOS.