forked from jnr/jffi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: jnr#107 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
5bd4cf8
commit 274a37b
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
||
|
@@ -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 | ||
|