diff --git a/README-en.md b/README-en.md index f64d6552..3cc555db 100755 --- a/README-en.md +++ b/README-en.md @@ -34,6 +34,7 @@ Here is the architecture support status, where `CI` represents support for GitHu | macOS | CI, Local | Local | | Linux | CI, Local | CI, Local | | Windows | | | +| FreeBSD | Local | Local | > 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. diff --git a/README.md b/README.md index 19361dd4..eb3b2118 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Build single static PHP binary, with PHP project together, with popular extensio | macOS | CI, Local | Local | | Linux | CI, Local | CI, Local | | Windows | | | +| FreeBSD | Local | Local | > macOS-arm64 因 GitHub 暂未提供 arm runner,如果要构建 arm 二进制,可以使用手动构建。