mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix yml syntax
This commit is contained in:
parent
e4c8815ba7
commit
347419ee53
2
.github/workflows/build-php.yml
vendored
2
.github/workflows/build-php.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
- name: Build PHP ${{ matrix.php-versions }} for ${{ matrix.arch }}
|
||||
run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=${{ matrix.php-versions }}
|
||||
run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=${{ matrix.php-versions }}
|
||||
- name: Push PHP ${{ matrix.php-versions }} to dist
|
||||
run: |
|
||||
mkdir dist && docker run --rm -v $(pwd)/dist:/dist/ static-php cp php-dist/bin/php /dist/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user