From 1195e8e8d6e5dc0fe04272ae06d1ebd3204920a6 Mon Sep 17 00:00:00 2001 From: Sludge Date: Sun, 7 Dec 2025 04:57:31 +0100 Subject: [PATCH] Build and test on aarch64 Linux --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0cdcb3..ba7d948 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,8 +40,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - os: ubuntu-latest target: i686-unknown-linux-gnu runs-on: ${{ matrix.os }} @@ -97,6 +95,10 @@ jobs: target: x86_64-unknown-linux-musl - os: ubuntu-latest target: i686-unknown-linux-musl + - os: ubuntu-24.04-arm + target: aarch64-unknown-linux-gnu + - os: ubuntu-24.04-arm + target: aarch64-unknown-linux-musl runs-on: ${{ matrix.os }} steps: