diff --git a/tests/system/test_packaging_apt_dpkg.py b/tests/system/test_packaging_apt_dpkg.py index 19d25cb3b..3f629b01c 100644 --- a/tests/system/test_packaging_apt_dpkg.py +++ b/tests/system/test_packaging_apt_dpkg.py @@ -1054,6 +1054,7 @@ def assert_elf_arch(path: str, expected: str) -> None: "armhf": "ARM", "i386": "80386", "ppc64el": "PowerPC64", + "riscv64": "RISC-V", "s390x": "IBM S/390", }