Skip to content

Commit

Permalink
WIP!
Browse files Browse the repository at this point in the history
  • Loading branch information
mhratson committed Sep 2, 2024
1 parent 9832d1e commit 0716d38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: ./gradlew --no-daemon -PmaxParallelForks=1 clean integrationTest

build-platform:
name: test with JDK=${{matrix.java-dist}}-${{matrix.java-ver}} on ${{matrix.hw_platform}}
name: platform build with JDK=${{matrix.java-dist}}-${{matrix.java-ver}} on ${{matrix.hw_platform}}
strategy:
fail-fast: false
matrix:
Expand All @@ -63,6 +63,9 @@ jobs:
hw_platform: [ 's390x' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # so gradle doesn't fail traversing the history
- run: |
# install required qemu libraries
docker run --rm --privileged tonistiigi/binfmt:latest --install all
Expand Down

0 comments on commit 0716d38

Please sign in to comment.