From f5437d54945bd41ee207b648f1ec9b2584641cc3 Mon Sep 17 00:00:00 2001 From: Michal Biesek Date: Sun, 6 Aug 2023 21:35:01 +0200 Subject: [PATCH] schema: add missing `SCMP_ARCH_RISCV64` in test Signed-off-by: Michal Biesek --- schema/test/features/good/runc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/test/features/good/runc.json b/schema/test/features/good/runc.json index 43940a701..4346b89aa 100644 --- a/schema/test/features/good/runc.json +++ b/schema/test/features/good/runc.json @@ -164,6 +164,7 @@ "SCMP_ARCH_PPC", "SCMP_ARCH_PPC64", "SCMP_ARCH_PPC64LE", + "SCMP_ARCH_RISCV64", "SCMP_ARCH_S390", "SCMP_ARCH_S390X", "SCMP_ARCH_X32",