From 0d89397ccae6b0ad8f9230230db9607549df55f6 Mon Sep 17 00:00:00 2001 From: Whale Date: Wed, 28 Apr 2021 15:38:43 +0800 Subject: [PATCH] Update multi-version-build.sh --- multi-version-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-version-build.sh b/multi-version-build.sh index 33069756..307c62a0 100644 --- a/multi-version-build.sh +++ b/multi-version-build.sh @@ -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