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.