File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ 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,
8
+ Because GitHub's official runners (free) do not support the ARM architecture for Linux ,
9
9
they are required to release production-ready binaries such as spc,
10
10
php-cli containing common extensions, etc.
11
11
So the repository is a mix of GitHub Actions' official runner and my local runner to build
12
12
different architecture and OS versions of the same content at the same time.
13
13
14
- Because it relies on my local ARM device for build, and the local environment is not a stable cloud server,
14
+ Because it relies on my local ARM linux vm for build, and the local environment is not a stable cloud server,
15
15
all workflows are currently triggered manually.
16
16
17
17
## List of Actions
You can’t perform that action at this time.
0 commit comments