From 893fa5bfd6cf4d9b6a6153f603a240a96ea3bedf Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 30 Apr 2023 12:55:49 +0800 Subject: [PATCH] update README --- README-en.md | 12 ++++++------ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README-en.md b/README-en.md index f9a6c93f..77b60a49 100755 --- a/README-en.md +++ b/README-en.md @@ -22,13 +22,13 @@ 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 | -|---------|-----------|---------| -| macOS | CI, Local | Local | -| Linux | CI, Local | Local | -| Windows | | | +| | x86_64 | aarch64 | armv7l | +|---------|-----------|-----------|-----------| +| macOS | CI, Local | Local | | +| Linux | CI, Local | CI, Local | CI, Local | +| Windows | | | | -> linux-aarch64 and 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. +> 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. Currently supported PHP versions for compilation are: `7.4`, `8.0`, `8.1`, `8.2`. diff --git a/README.md b/README.md index 4387cc2a..a2ae0ed3 100755 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ If you are using English, see [English README](README-en.md). 下面是架构支持情况,`CI` 代表支持 GitHub Action 构建,`Local` 代表支持本地构建,空 代表暂不支持。 -| | x86_64 | aarch64 | -|---------|-----------|---------| -| macOS | CI, Local | Local | -| Linux | CI, Local | Local | -| Windows | | | +| | x86_64 | aarch64 | armv7l | +|---------|-----------|-----------|-----------| +| macOS | CI, Local | Local | | +| Linux | CI, Local | CI, Local | CI, Local | +| Windows | | | | -> linux-aarch64 and macOS-arm64 因 GitHub 暂未提供 arm runner,如果要构建 arm 二进制,可以使用手动构建。 +> macOS-arm64 因 GitHub 暂未提供 arm runner,如果要构建 arm 二进制,可以使用手动构建。 目前支持编译的 PHP 版本为:`7.4`,`8.0`,`8.1`,`8.2`。