Skip to content

Commit cfaba60

Browse files
committed
add loongarch64
1 parent 485d0f2 commit cfaba60

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

fetch-latest-releases.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787

8888
-- get array of minirootsfs releases --
8989
function m.get_releases(branch, destdir)
90-
local arches = { "aarch64", "armhf", "armv7", "ppc64le", "riscv64", "s390x", "x86", "x86_64" }
90+
local arches = { "aarch64", "armhf", "armv7", "loongarch64", "ppc64le", "riscv64", "s390x", "x86", "x86_64" }
9191
local t = {}
9292
local loop = cqueues.new()
9393
for _, arch in pairs(arches) do

prepare-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ library_arch() {
7474
armhf) echo "arm32v6";;
7575
armv7) echo "arm32v7";;
7676
aarch64) echo "arm64v8";;
77+
loongarch64) echo "loong64";;
7778
ppc64le) echo "ppc64le";;
7879
riscv64) echo "riscv64";;
7980
s390x) echo "s390x";;

0 commit comments

Comments
 (0)