Skip to content

Commit

Permalink
CI: add ppc64el for Debian
Browse files Browse the repository at this point in the history
Bug: jnr#107
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 23, 2022
1 parent 5bd4cf8 commit 274a37b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/native-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
strategy:
matrix:
arch:
- "386"
#- "386"
- amd64
- arm
- arm64
- linux-arm-v5
- s390x
#- arm
#- arm64
#- linux-arm-v5
- ppc64le
#- s390x

name: Linux binary ${{ matrix.arch }}

Expand All @@ -35,8 +36,8 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- uses: satackey/[email protected]
continue-on-error: true
#- uses: satackey/[email protected]
# continue-on-error: true
- name: Update System
run: sudo apt-get update -y
- name: Install qemu
Expand Down

0 comments on commit 274a37b

Please sign in to comment.