We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f023e1c commit cb5022fCopy full SHA for cb5022f
Makefile
@@ -31,7 +31,7 @@ TRIMPATH := -trimpath
31
32
GO_BUILDMODE :=
33
# Enable dynamic PIE executables on supported platforms.
34
-ifneq (,$(filter $(GOARCH),386 amd64 arm arm64 ppc64le riscv64 s390x))
+ifneq (,$(filter $(GOARCH),386 amd64 arm arm64 loong64 ppc64le riscv64 s390x))
35
ifeq (,$(findstring -race,$(EXTRA_FLAGS)))
36
GO_BUILDMODE := "-buildmode=pie"
37
endif
libcontainer/seccomp/config.go
@@ -65,6 +65,7 @@ var archs = map[string]string{
65
"SCMP_ARCH_RISCV64": "riscv64",
66
"SCMP_ARCH_S390": "s390",
67
"SCMP_ARCH_S390X": "s390x",
68
+ "SCMP_ARCH_LOONGARCH64": "loong64",
69
}
70
71
// KnownArchs returns the list of the known archs.
0 commit comments