Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamM-Ibm authored Jul 12, 2023
1 parent bbec728 commit 1dab0a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- arch: s390x
isMain:
- ${{ contains(github.ref, 'main') }}
java: [ 17, 20 ]
os: [ ubuntu-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Arch define
uses: uraimo/run-on-arch-action@master
- name: Git Checkout
uses: actions/checkout@v3
- name: Set up Java
Expand Down

0 comments on commit 1dab0a4

Please sign in to comment.