mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Update build-php-arm.yml
This commit is contained in:
4
.github/workflows/build-php-arm.yml
vendored
4
.github/workflows/build-php-arm.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
|
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
|
||||||
build-80-arm64:
|
build-80-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.0.14
|
PHP_VERSION: 8.0.15
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
|
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
|
||||||
build-81-arm64:
|
build-81-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.1.1
|
PHP_VERSION: 8.1.2
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user