From d36c559ef41ff49122287dad5d58cda6598fe5eb Mon Sep 17 00:00:00 2001 From: Alistair Date: Wed, 31 Jul 2024 16:36:55 +0100 Subject: [PATCH] ci: build other architectures --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51be46f..f4e3889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: matrix: include: - image: riscv64 + - image: x86_64 + - image: aarch64 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4