mirror of https://github.com/vishvananda/netns
add riscv64 support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
13995c7128
commit
a1b8f1f3bd
|
@ -23,6 +23,7 @@ var SYS_SETNS = map[string]uintptr{
|
|||
"mipsle": 4344,
|
||||
"ppc64": 350,
|
||||
"ppc64le": 350,
|
||||
"riscv64": 268,
|
||||
"s390x": 339,
|
||||
}[runtime.GOARCH]
|
||||
|
||||
|
|
Loading…
Reference in New Issue