Commit 2f0a76dc authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix for aarch64

parent 8b2a81e6
......@@ -19,7 +19,7 @@ OURTMPDIR=$TMPDIR
# current arch
SYSARCH=$(uname -m)
[ "$SYSARCH" = "x86_64" ] || SYSARCH=i586
uname -m | grep -q "i.86" && SYSARCH=i586
# set default target arch
[ -n "$BUILDARCH" ] || BUILDARCH=$SYSARCH
......
......@@ -202,6 +202,8 @@ print_replbased_list()
else
internal_repl_list $REPLBASE .x86_64 | uniq
fi
elif [ "$BUILDARCH" = "aarch64" ] ; then
internal_repl_list $REPLBASE .aarch64 | uniq
fi
# general rules listing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment