authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-23 04:02:26 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-23 04:02:26 -07:00
log78188f0f88f3602f8acdea45179354ddb582fde7
treea04adde4074c553aab270d89e35122c6649a7e57
parent793e68d63aa4ccc7ac468b4c33afec3b34e469f6

add loongarch64-linux artifact


2 files changed, 2 insertions(+), 0 deletions(-)

.github/workflows/push.yml+1
......@@ -38,6 +38,7 @@ jobs:
3838 - run: ./build_release.sh powerpc64le-linux-musl
3939 - run: ./build_release.sh mips64-linux-muslabi64
4040 - run: ./build_release.sh s390x-linux-musl
41 - run: ./build_release.sh loongarch64-linux-musl
4142
4243 # Test
4344 - run: zigmod version
build_all_zig.sh+1
......@@ -15,6 +15,7 @@ riscv64-linux-musl
1515powerpc64le-linux-musl
1616mips64-linux-muslabi64
1717s390x-linux-musl
18loongarch64-linux-musl
1819"
1920
2021for item in $targets