From 103f76e190249c50e57859faf966ca5fc0862dd5 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 15 Apr 2023 19:05:59 +0800 Subject: [PATCH] update README --- .github/workflows/build.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b53fd207..927f9047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,12 +5,14 @@ on: inputs: operating-system: required: true + description: Compile target OS type: choice options: - ubuntu-latest - macos-latest version: required: true + description: php version to compile default: '8.2' type: choice options: @@ -20,6 +22,7 @@ on: - '7.4' target: required: true + description: which SAPI to deploy default: 'cli' type: choice options: diff --git a/README.md b/README.md index 6e56ed19..8eab8df6 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM 如果你选择了 `debug`,则会在构建时输出所有日志,包括编译的日志,以供排查错误。 +目前构建是基于 GitHub 官方的 Runner,使用 `macos-latest` 编译后的 PHP 为 Intel 架构,使用 `ubuntu-latest` 编译后的架构为 `x86_64` 架构。 如需编译其他架构,请手动构建。 + ### 手动构建 ```bash