diff --git a/features-linux.md b/features-linux.md index 452514387..b3a100750 100644 --- a/features-linux.md +++ b/features-linux.md @@ -150,6 +150,7 @@ Irrelevant to the kernel version of the host operating system. "SCMP_ARCH_PPC", "SCMP_ARCH_PPC64", "SCMP_ARCH_PPC64LE", + "SCMP_ARCH_RISCV64", "SCMP_ARCH_S390", "SCMP_ARCH_S390X", "SCMP_ARCH_X32", 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",