From 0a1f200c695b0cba8425bc3b621c8e84ee178c21 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 2 May 2023 16:05:29 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README-en.md b/README-en.md index 9d39726d..33b18fb4 100755 --- a/README-en.md +++ b/README-en.md @@ -29,11 +29,11 @@ But static-php-cli runtime only requires an environment above PHP 8.0 and `token Here is the architecture support status, where `CI` represents support for GitHub Action builds, `Local` represents support for local builds, and blank represents not currently supported. -| | x86_64 | aarch64 | armv7l | -|---------|-----------|-----------|-----------| -| macOS | CI, Local | Local | | -| Linux | CI, Local | CI, Local | CI, Local | -| Windows | | | | +| | x86_64 | aarch64 | +|---------|-----------|-----------| +| macOS | CI, Local | Local | +| Linux | CI, Local | CI, Local | +| Windows | | | > macOS-arm64 is not supported for GitHub Actions, if you are going to build on arm, you can build it manually on your own machine.