Skip to content

Commit

Permalink
Merge branch 'main' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 authored Dec 25, 2024
2 parents e30d4d0 + 2932d5b commit 03c588d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ arm64, 386, riscv64, mips64, mips64le, mipsle, mips ]
goarch: [ arm64, 386, riscv64, loong64, mips64, mips64le, mipsle, mips, ppc64, ppc64le, s390x ]
include:
# BEGIN Linux ARM 5 6 7
- goos: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ arm64, 386, riscv64, mips64, mips64le, mipsle, mips ]
goarch: [ arm64, 386, riscv64, loong64, mips64, mips64le, mipsle, mips, ppc64, ppc64le, s390x ]
include:
# BEGIN Linux ARM 5 6 7
- goos: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ arm64, 386, riscv64, mips64, mips64le, mipsle, mips ]
goarch: [ arm64, 386, riscv64, loong64, mips64, mips64le, mipsle, mips, ppc64, ppc64le, s390x ]
include:
# BEGIN Linux ARM 5 6 7
- goos: linux
Expand Down
2 changes: 1 addition & 1 deletion control/kern/headers
Submodule headers updated 3 files
+176,414 −0 vmlinux-loongarch.h
+227,507 −0 vmlinux-powerpc.h
+4 −0 vmlinux.h
8 changes: 6 additions & 2 deletions install/friendly-filenames.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"linux-mips64": { "friendlyName": "linux-mips64" },
"linux-mipsle": { "friendlyName": "linux-mips32le" },
"linux-mips": { "friendlyName": "linux-mips32" },
"linux-riscv64": { "friendlyName": "linux-riscv64" }
}
"linux-riscv64": { "friendlyName": "linux-riscv64" },
"linux-loong64": { "friendlyName": "linux-loongarch64" },
"linux-ppc64": { "friendlyName": "linux-powerpc64" },
"linux-ppc64le": { "friendlyName": "linux-powerpc64le" },
"linux-s390x": { "friendlyName": "linux-s390x" }
}
2 changes: 1 addition & 1 deletion trace/kern/headers
Submodule headers updated 3 files
+176,414 −0 vmlinux-loongarch.h
+227,507 −0 vmlinux-powerpc.h
+4 −0 vmlinux.h

0 comments on commit 03c588d

Please sign in to comment.