Skip to content

Commit

Permalink
libcontainer: Add support for loong64
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajie Chen <[email protected]>
  • Loading branch information
jiegec committed Sep 30, 2023
1 parent ee45b9b commit 0a8658f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcontainer/system/syscall_linux_64.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build linux && (arm64 || amd64 || mips || mipsle || mips64 || mips64le || ppc || ppc64 || ppc64le || riscv64 || s390x)
//go:build linux && (arm64 || amd64 || loong64 || mips || mipsle || mips64 || mips64le || ppc || ppc64 || ppc64le || riscv64 || s390x)
// +build linux
// +build arm64 amd64 mips mipsle mips64 mips64le ppc ppc64 ppc64le riscv64 s390x
// +build arm64 amd64 loong64 mips mipsle mips64 mips64le ppc ppc64 ppc64le riscv64 s390x

package system

Expand Down

0 comments on commit 0a8658f

Please sign in to comment.