Add s390x build workflow (#3375)

This commit is contained in:
Ulrich Weigand
2021-09-20 19:42:26 +02:00
committed by GitHub
parent 5d3012d8f0
commit 3735453afa

View File

@@ -440,6 +440,11 @@ jobs:
target: aarch64-unknown-linux-gnu
gcc_package: gcc-aarch64-linux-gnu
gcc: aarch64-linux-gnu-gcc
- build: s390x-linux
os: ubuntu-latest
target: s390x-unknown-linux-gnu
gcc_package: gcc-s390x-linux-gnu
gcc: s390x-linux-gnu-gcc
steps:
- uses: actions/checkout@v2
with: