mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
remove armv7 build, because some dependencies are not supported
This commit is contained in:
parent
5bda711500
commit
85ac553ded
1
.github/workflows/build-linux-arm.yml
vendored
1
.github/workflows/build-linux-arm.yml
vendored
@ -9,7 +9,6 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- aarch64
|
- aarch64
|
||||||
- armv7l
|
|
||||||
version:
|
version:
|
||||||
required: true
|
required: true
|
||||||
description: php version to compile
|
description: php version to compile
|
||||||
|
|||||||
10
README.md
10
README.md
@ -23,11 +23,11 @@ If you are using English, see [English README](README-en.md).
|
|||||||
|
|
||||||
下面是架构支持情况,`CI` 代表支持 GitHub Action 构建,`Local` 代表支持本地构建,空 代表暂不支持。
|
下面是架构支持情况,`CI` 代表支持 GitHub Action 构建,`Local` 代表支持本地构建,空 代表暂不支持。
|
||||||
|
|
||||||
| | x86_64 | aarch64 | armv7l |
|
| | x86_64 | aarch64 |
|
||||||
|---------|-----------|-----------|-----------|
|
|---------|-----------|-----------|
|
||||||
| macOS | CI, Local | Local | |
|
| macOS | CI, Local | Local |
|
||||||
| Linux | CI, Local | CI, Local | CI, Local |
|
| Linux | CI, Local | CI, Local |
|
||||||
| Windows | | | |
|
| Windows | | |
|
||||||
|
|
||||||
> macOS-arm64 因 GitHub 暂未提供 arm runner,如果要构建 arm 二进制,可以使用手动构建。
|
> macOS-arm64 因 GitHub 暂未提供 arm runner,如果要构建 arm 二进制,可以使用手动构建。
|
||||||
|
|
||||||
|
|||||||
@ -36,11 +36,6 @@ aarch64)
|
|||||||
echo -e "\e[033m* Using different arch needs to setup qemu-static for docker !\e[0m"
|
echo -e "\e[033m* Using different arch needs to setup qemu-static for docker !\e[0m"
|
||||||
$DOCKER_EXECUTABLE run --rm --privileged multiarch/qemu-user-static:register --reset > /dev/null
|
$DOCKER_EXECUTABLE run --rm --privileged multiarch/qemu-user-static:register --reset > /dev/null
|
||||||
;;
|
;;
|
||||||
armv7l)
|
|
||||||
ALPINE_FROM=multiarch/alpine:armv7-edge
|
|
||||||
echo -e "\e[033m* Using different arch needs to setup qemu-static for docker !\e[0m"
|
|
||||||
$DOCKER_EXECUTABLE run --rm --privileged multiarch/qemu-user-static:register --reset > /dev/null
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo "Current arch is not supported to run in docker: $SPC_USE_ARCH"
|
echo "Current arch is not supported to run in docker: $SPC_USE_ARCH"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user