Skip to content

Commit 793e68d

Browse files
committed
add s390x-linux artifact
1 parent f8a9cc4 commit 793e68d

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
@@ -37,6 +37,7 @@ jobs:
3737
- run: ./build_release.sh riscv64-linux-musl
3838
- run: ./build_release.sh powerpc64le-linux-musl
3939
- run: ./build_release.sh mips64-linux-muslabi64
40+
- run: ./build_release.sh s390x-linux-musl
4041

4142
# Test
4243
- run: zigmod version

build_all_zig.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ aarch64-windows-gnu
1414
riscv64-linux-musl
1515
powerpc64le-linux-musl
1616
mips64-linux-muslabi64
17+
s390x-linux-musl
1718
"
1819

1920
for item in $targets

0 commit comments

Comments
 (0)