Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Include additional architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Mar 5, 2024
1 parent 2bc530b commit 16acb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
Arch: [ppc64le, s390x, arm64, riscv64, mips64, amd64]
Arch: [386, arm, amd64, arm64, mips, mipsle, mips64, mips64le, ppc64, ppc64le, risc, riscv64, s390x]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 16acb0b

Please sign in to comment.