@@ -5,21 +5,11 @@ Self-Hosted [static-php-cli](https://github.com/crazywhalecc/static-php-cli) bui
5
5
6
6
This repository is used to automatically compile static-php-cli related content for different architectures and operating systems.
7
7
8
- Because GitHub's official runners (free) do not support the ARM architecture for Linux,
9
- they are required to release production-ready binaries such as spc,
10
- php-cli containing common extensions, etc.
11
- So the repository is a mix of GitHub Actions' official runner and my local runner to build
12
- different architecture and OS versions of the same content at the same time.
13
-
14
- Because it relies on my local ARM linux vm for build, and the local environment is not a stable cloud server,
15
- all workflows are currently triggered manually.
16
-
17
8
## List of Actions
18
9
19
10
- [ Archive download sources weekly] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/download-cache.yml )
20
- - [ Build PHP - common] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/build-php-common.yml )
21
- - [ Build PHP - minimal] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/build-php-minimal.yml )
22
- - [ Build PHP - bulk] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/build-php-bulk.yml )
23
- - [ Build PHP (Windows) - spc-min] ( https://github.com/static-php/static-php-cli-hosted/blob/master/.github/workflows/build-php-windows.yml )
11
+ - [ Build PHP - Unix] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/build-php-unix.yml )
12
+ - [ Build PHP - Windows] ( https://github.com/crazywhalecc/static-php-cli-hosted/blob/master/.github/workflows/build-php-windows.yml )
24
13
- [ Extension matrix tests (7.4)] ( https://github.com/static-php/static-php-cli-hosted/blob/master/.github/workflows/ext-matrix-tests-php74.yml )
25
14
- [ Extension matrix tests (8.3)] ( https://github.com/static-php/static-php-cli-hosted/blob/master/.github/workflows/ext-matrix-tests-php83.yml )
15
+ - [ Build pre-built packages] ( https://github.com/static-php/static-php-cli-hosted/blob/master/.github/workflows/pack-libs.yml )
0 commit comments