add impish to decisions about qemu-x86_64-static (#3223)

- Just like focal and hirsute, qemu-x86_64-static

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
This commit is contained in:
Ricardo Pardini 2021-10-26 08:52:02 +02:00 committed by GitHub
parent 39c1f5a6a9
commit 1288f39db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ case $BRANCH in
esac
if [ "$(uname -m)" = "aarch64" ]; then
if [[ "$(lsb_release -sc)" == "focal" || "$(lsb_release -sc)" == "hirsute" ]]; then
if [[ "$(lsb_release -sc)" == "focal" || "$(lsb_release -sc)" == "hirsute" || "$(lsb_release -sc)" == "impish" ]]; then
PKG_PREFIX="qemu-x86_64-static -L /usr/x86_64-linux-gnu "
else
PKG_PREFIX="qemu-x86_64 "

View File

@ -14,7 +14,7 @@ PACKAGE_LIST_FAMILY="ethtool"
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
if [ "$(uname -m)" = "aarch64" ]; then
case "$(lsb_release -sc)" in
"focal"|"hirsute")
"focal"|"hirsute"|"impish")
PKG_PREFIX="qemu-x86_64-static -L /usr/x86_64-linux-gnu "
;;
*)