mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Update build-php.yml
This commit is contained in:
5
.github/workflows/build-php.yml
vendored
5
.github/workflows/build-php.yml
vendored
@@ -35,8 +35,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PHP_VERSION: 7.2.34
|
PHP_VERSION: 7.2.34
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build PHP ${{ env.PHP_VERSION }}
|
- name: Build PHP ${{ env.PHP_VERSION }}
|
||||||
run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=no --build-arg COMPILE_PHP_VERSION=${{ env.PHP_VERSION }}
|
run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=no --build-arg COMPILE_PHP_VERSION=${{ env.PHP_VERSION }}
|
||||||
@@ -84,7 +84,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PHP_VERSION: 7.3.33
|
PHP_VERSION: 7.3.33
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build PHP ${{ env.PHP_VERSION }}
|
- name: Build PHP ${{ env.PHP_VERSION }}
|
||||||
@@ -133,7 +132,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PHP_VERSION: 7.4.27
|
PHP_VERSION: 7.4.27
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build PHP ${{ env.PHP_VERSION }}
|
- name: Build PHP ${{ env.PHP_VERSION }}
|
||||||
@@ -182,7 +180,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.0.14
|
PHP_VERSION: 8.0.14
|
||||||
runs-on: [self-hosted, ARM64]
|
runs-on: [self-hosted, ARM64]
|
||||||
- uses: actions/checkout@v2
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build PHP ${{ env.PHP_VERSION }}
|
- name: Build PHP ${{ env.PHP_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user