Skip to content

Commit ebab361

Browse files
authored
Update README.md
1 parent e7279b2 commit ebab361

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@ Self-Hosted [static-php-cli](https://github.com/crazywhalecc/static-php-cli) bui
55

66
This repository is used to automatically compile static-php-cli related content for different architectures and operating systems.
77

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-
178
## List of Actions
189

1910
- [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)
2413
- [Extension matrix tests (7.4)](https://github.com/static-php/static-php-cli-hosted/blob/master/.github/workflows/ext-matrix-tests-php74.yml)
2514
- [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

Comments
 (0)