Hello Dandan, On Sat, 2025-02-08 at 11:25 +0800, zhangdandan wrote: > Please consider the patch I attached for runc.
--- runc-1.1.15+ds1.orig/libcontainer/seccomp/config.go +++ runc-1.1.15+ds1/libcontainer/seccomp/config.go @@ -69,6 +69,7 @@ var archs = map[string]string{ "SCMP_ARCH_RISCV64": "riscv64", "SCMP_ARCH_S390": "s390", "SCMP_ARCH_S390X": "s390x", + "SCMP_ARCH_LOONGARCH64": "loong64", } You are using the Debian architecture name here and not the GNU name which I don't think is correct. You should use the GNU architecture name which is "loongarch64". Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913