Skip to content

Commit 3735453

Browse files
authored
Add s390x build workflow (#3375)
1 parent 5d3012d commit 3735453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ jobs:
440440
target: aarch64-unknown-linux-gnu
441441
gcc_package: gcc-aarch64-linux-gnu
442442
gcc: aarch64-linux-gnu-gcc
443+
- build: s390x-linux
444+
os: ubuntu-latest
445+
target: s390x-unknown-linux-gnu
446+
gcc_package: gcc-s390x-linux-gnu
447+
gcc: s390x-linux-gnu-gcc
443448
steps:
444449
- uses: actions/checkout@v2
445450
with:

0 commit comments

Comments
 (0)