From 35fdc93f5bd92d9612850ff23dd7f80bf256708c Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 25 Oct 2021 12:52:27 +0200 Subject: [PATCH] Fix packing --- scripts/run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 29f3c80..223d7ab 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -42,7 +42,7 @@ else fi #Pack binary_distrib -if [ ${MACHINE_TYPE} == 'x86_64' ]; then +if [ ${TARGETARCH} == 'amd64' ]; then cd ../binary_distrib/linux64 else cd ../binary_distrib/linux32