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

Commit

Permalink
Include additional cross-compilation architectures (#266)
Browse files Browse the repository at this point in the history
Resolves: #265

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Feb 27, 2024
1 parent 7392712 commit 87f2790
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]
Arch: [ppc64le, s390x, arm64, riscv64, mips64, amd64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 87f2790

Please sign in to comment.