Skip to content

Commit 0b7f069

Browse files
authored
Merge pull request #4238 from apostasie/2025-05-loong
Add loong64 as target for job-build + completion
2 parents f860057 + dcd1976 commit 0b7f069

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/job-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ jobs:
8888
build linux arm64
8989
build windows
9090
build freebsd
91+
# These architectures are not released, but we still verify that we can at least compile
9192
build darwin
9293
build linux arm 6
93-
# These architectures are not released, but we still verify that we can at least compile
94+
build linux loong64
9495
build linux ppc64le
9596
build linux riscv64
9697
build linux s390x

cmd/nerdctl/completion/completion.go

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ func Platforms(cmd *cobra.Command, args []string, toComplete string) ([]string,
164164
"riscv64",
165165
"ppc64le",
166166
"s390x",
167+
"loong64",
167168
"386",
168169
"arm", // alias of "linux/arm/v7"
169170
"linux/arm/v6", // "arm/v6" is invalid (interpreted as OS="arm", Arch="v7")

docs/multi-platform.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $ sudo nerdctl run --privileged --rm tonistiigi/binfmt:master --install all
1616
$ ls -1 /proc/sys/fs/binfmt_misc/qemu*
1717
/proc/sys/fs/binfmt_misc/qemu-aarch64
1818
/proc/sys/fs/binfmt_misc/qemu-arm
19+
/proc/sys/fs/binfmt_misc/qemu-loongarch64
1920
/proc/sys/fs/binfmt_misc/qemu-mips64
2021
/proc/sys/fs/binfmt_misc/qemu-mips64el
2122
/proc/sys/fs/binfmt_misc/qemu-ppc64le

0 commit comments

Comments
 (0)