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