mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Add loong64 support in seccomp and PIE
Signed-off-by: zhaixiaojuan <zhaixiaojuan@loongson.cn>
(cherry picked from commit 885509afdf)
Signed-off-by: 吴小白 <296015668@qq.com>
This commit is contained in:
@@ -65,6 +65,7 @@ var archs = map[string]string{
|
||||
"SCMP_ARCH_RISCV64": "riscv64",
|
||||
"SCMP_ARCH_S390": "s390",
|
||||
"SCMP_ARCH_S390X": "s390x",
|
||||
"SCMP_ARCH_LOONGARCH64": "loong64",
|
||||
}
|
||||
|
||||
// KnownArchs returns the list of the known archs.
|
||||
|
||||
Reference in New Issue
Block a user