From 87f279099659dc855c5640a2129da77b1720ae3b Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 27 Feb 2024 10:45:18 +0100 Subject: [PATCH] Include additional cross-compilation architectures (#266) Resolves: #265 Signed-off-by: Sergio Arroutbi --- .github/workflows/cross_compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross_compile.yaml b/.github/workflows/cross_compile.yaml index 91914dde..244b4c8f 100644 --- a/.github/workflows/cross_compile.yaml +++ b/.github/workflows/cross_compile.yaml @@ -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