From db987dbdb22ed1ec40704b0daf147a5aa48f4983 Mon Sep 17 00:00:00 2001 From: Tim Helmstedt Date: Mon, 8 Dec 2025 08:22:28 +1000 Subject: [PATCH] add linux/aarch64 target --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index efad52c..2d02410 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64] + target: [x86_64,aarch64] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4