Skip to content

Commit

Permalink
Add JVM ppc64le tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Jan 23, 2024
1 parent 3e1b51d commit 9182e87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ s390x ]
arch: [ s390x, ppc64le ]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -173,6 +173,8 @@ jobs:
include:
- os: linux
arch: s390x
- os: linux
arch: ppc64le
- os: freebsd
arch: amd64

Expand Down

0 comments on commit 9182e87

Please sign in to comment.