diff --git a/kernelci/config/base.py b/kernelci/config/base.py index d72d2e4404..81196cfeb1 100644 --- a/kernelci/config/base.py +++ b/kernelci/config/base.py @@ -16,6 +16,7 @@ BUILDROOT_ARCH = { 'arm': 'armel', 'x86_64': 'x86', + 'riscv64': 'riscv', } CROS_ARCH = {