Skip to content

Commit

Permalink
Add missing SCMP_ARCH_RISCV64 ref in archs
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Biesek <[email protected]>
  • Loading branch information
michalbiesek committed Aug 6, 2023
1 parent e8c4134 commit a3c52f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions features-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions schema/test/features/good/runc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a3c52f1

Please sign in to comment.