From 1cefb5cfee610eab85aff9f7cbea3bcb282cc1e2 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 5 Dec 2025 20:26:49 -0500 Subject: [PATCH] Add benchmarks for more targets See if https://github.com/rust-lang/compiler-builtins/pull/930 happens to work now. --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 63809fe0..0ab32d69 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -239,6 +239,8 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-24.04 + - target: aarch64-unknown-linux-gnu + os: ubuntu-24.04-arm runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master