Skip to content

Commit

Permalink
Reduce the number of archs
Browse files Browse the repository at this point in the history
Try to make this more reliable
  • Loading branch information
zxombie committed Oct 27, 2023
1 parent 93164e2 commit 7c4e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target_arch: [ amd64, aarch64, armv7, i386, powerpc, powerpcspe, powerpc64, powerpc64le, riscv64 ]
target_arch: [ amd64, aarch64, armv7, i386, powerpc, powerpc64, riscv64 ]
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 7c4e9a9

Please sign in to comment.