Skip to content

Commit 78188f0

Browse files
committed
add loongarch64-linux artifact
1 parent 793e68d commit 78188f0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ riscv64-linux-musl
1515
powerpc64le-linux-musl
1616
mips64-linux-muslabi64
1717
s390x-linux-musl
18+
loongarch64-linux-musl
1819
"
1920

2021
for item in $targets

0 commit comments

Comments
 (0)