Fix packing

This commit is contained in:
FriwiDev 2021-10-25 12:52:27 +02:00
parent 920ca44827
commit 35fdc93f5b

View File

@ -42,7 +42,7 @@ else
fi fi
#Pack binary_distrib #Pack binary_distrib
if [ ${MACHINE_TYPE} == 'x86_64' ]; then if [ ${TARGETARCH} == 'amd64' ]; then
cd ../binary_distrib/linux64 cd ../binary_distrib/linux64
else else
cd ../binary_distrib/linux32 cd ../binary_distrib/linux32