< prev index next > .github/workflows/build-cross-compile.yml
Print this page
strategy:
fail-fast: false
matrix:
target-cpu:
- aarch64
- - arm
- - s390x
- - ppc64le
- - riscv64
+ # - arm
+ # - s390x
+ # - ppc64le
+ # - riscv64
include:
- target-cpu: aarch64
gnu-arch: aarch64
debian-arch: arm64
debian-repository: https://httpredir.debian.org/debian/
debian-version: trixie
tolerate-sysroot-errors: false
- - target-cpu: arm
- gnu-arch: arm
- debian-arch: armhf
- debian-repository: https://httpredir.debian.org/debian/
- debian-version: trixie
- tolerate-sysroot-errors: false
- gnu-abi: eabihf
- - target-cpu: s390x
- gnu-arch: s390x
- debian-arch: s390x
- debian-repository: https://httpredir.debian.org/debian/
- debian-version: trixie
- tolerate-sysroot-errors: false
- - target-cpu: ppc64le
- gnu-arch: powerpc64le
- debian-arch: ppc64el
- debian-repository: https://httpredir.debian.org/debian/
- debian-version: trixie
- tolerate-sysroot-errors: false
- - target-cpu: riscv64
- gnu-arch: riscv64
- debian-arch: riscv64
- debian-repository: https://httpredir.debian.org/debian/
- debian-version: trixie
- tolerate-sysroot-errors: false
+ # - target-cpu: arm
+ # gnu-arch: arm
+ # debian-arch: armhf
+ # debian-repository: https://httpredir.debian.org/debian/
+ # debian-version: trixie
+ # tolerate-sysroot-errors: false
+ # gnu-abi: eabihf
+ # - target-cpu: s390x
+ # gnu-arch: s390x
+ # debian-arch: s390x
+ # debian-repository: https://httpredir.debian.org/debian/
+ # debian-version: trixie
+ # tolerate-sysroot-errors: false
+ # - target-cpu: ppc64le
+ # gnu-arch: powerpc64le
+ # debian-arch: ppc64el
+ # debian-repository: https://httpredir.debian.org/debian/
+ # debian-version: trixie
+ # tolerate-sysroot-errors: false
+ # - target-cpu: riscv64
+ # gnu-arch: riscv64
+ # debian-arch: riscv64
+ # debian-repository: https://httpredir.debian.org/debian/
+ # debian-version: trixie
+ # tolerate-sysroot-errors: false
steps:
- name: 'Checkout the JDK source'
uses: actions/checkout@v4
< prev index next >