Update README-en.md

This commit is contained in:
Jerry Ma 2023-05-02 16:05:29 +08:00 committed by GitHub
parent 67e9cba399
commit 0a1f200c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.