Merge pull request #4536 from RalfJung/ci

CI: also test build on powerpc
This commit is contained in:
Ralf Jung 2025-08-21 20:00:11 +00:00 committed by GitHub
commit ad8b241e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,11 @@ jobs:
multiarch: s390x
gcc_cross: s390x-linux-gnu
qemu: true
- host_target: powerpc64le-unknown-linux-gnu
os: ubuntu-latest
multiarch: ppc64el
gcc_cross: powerpc64le-linux-gnu
qemu: true
- host_target: aarch64-apple-darwin
os: macos-latest
- host_target: i686-pc-windows-msvc