summaryrefslogtreecommitdiff
path: root/lib/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.sh')
-rw-r--r--lib/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.sh b/lib/common.sh
index a43a816..05208da 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -105,10 +105,10 @@ parse_arch()
QEMU_PACKAGE=qemu-system-x86
QEMU_BIN=qemu-system-x86_64
;;
- aarch64)
+ aarch64|arm64)
ktest_arch=aarch64
DEBIAN_ARCH=arm64
- ARCH_TRIPLE=
+ ARCH_TRIPLE=aarch64-linux-gnu
KERNEL_ARCH=arm64
BITS=64