mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
update github action CI
This commit is contained in:
5
.github/workflows/build-php.yml
vendored
5
.github/workflows/build-php.yml
vendored
@@ -11,8 +11,9 @@ jobs:
|
|||||||
alpine-php-env:
|
alpine-php-env:
|
||||||
name: alpine-env-job-${{ matrix.arch }}
|
name: alpine-env-job-${{ matrix.arch }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
strategy:
|
||||||
arch: [ "x86_64", "aarch64", "armv7l" ]
|
matrix:
|
||||||
|
arch: [ "x86_64", "aarch64", "armv7l" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check Dockerfile to ${{ matrix.arch }}
|
- name: Check Dockerfile to ${{ matrix.arch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user