Skip to content

Commit a1b8f1f

Browse files
tonistiigivishvananda
authored andcommitted
add riscv64 support
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 13995c7 commit a1b8f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netns_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var SYS_SETNS = map[string]uintptr{
2323
"mipsle": 4344,
2424
"ppc64": 350,
2525
"ppc64le": 350,
26+
"riscv64": 268,
2627
"s390x": 339,
2728
}[runtime.GOARCH]
2829

0 commit comments

Comments
 (0)