Skip to content

Commit 9038160

Browse files
authored
ci: Enable benchmarks on Aarch64
This was originally attempted at [1], but the numbers seemed to indicate that tests weren't being run or counted completely. That issue appears to be resolved, so add benchmarks for Aarch64. [1]: #930
1 parent 3034207 commit 9038160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ jobs:
239239
include:
240240
- target: x86_64-unknown-linux-gnu
241241
os: ubuntu-24.04
242+
- target: aarch64-unknown-linux-gnu
243+
os: ubuntu-24.04-arm
242244
runs-on: ${{ matrix.os }}
243245
steps:
244246
- uses: actions/checkout@master

0 commit comments

Comments
 (0)