mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update multi-version-build.sh
This commit is contained in:
parent
028063174c
commit
0d89397cca
@ -13,7 +13,7 @@ do
|
||||
"$_main_dir""static-compile-php.sh" && \
|
||||
cp "$_main_dir""php-dist/bin/php" "$_build_dir/" && \
|
||||
cd "$_build_dir/" && \
|
||||
tar -zcvf "php-$loop-static-bin.tar.gz" "./php" && \
|
||||
tar -zcvf "php-$loop-static-bin-"$(uname -m)".tar.gz" "./php" && \
|
||||
mv "./php" "./php-$loop" && \
|
||||
cd "$_main_dir"
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user