mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
Update build-php-arm.yml
This commit is contained in:
8
.github/workflows/build-php-arm.yml
vendored
8
.github/workflows/build-php-arm.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
build-73-arm64:
|
build-73-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 7.3.33
|
PHP_VERSION: 7.3.33
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Change Dockerfile to aarch64
|
- name: Change Dockerfile to aarch64
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
build-74-arm64:
|
build-74-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 7.4.27
|
PHP_VERSION: 7.4.27
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Change Dockerfile to aarch64
|
- name: Change Dockerfile to aarch64
|
||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
build-80-arm64:
|
build-80-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.0.15
|
PHP_VERSION: 8.0.15
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Change Dockerfile to aarch64
|
- name: Change Dockerfile to aarch64
|
||||||
@@ -122,7 +122,7 @@ jobs:
|
|||||||
build-81-arm64:
|
build-81-arm64:
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.1.4
|
PHP_VERSION: 8.1.4
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Change Dockerfile to aarch64
|
- name: Change Dockerfile to aarch64
|
||||||
|
|||||||
Reference in New Issue
Block a user