Skip to content

Commit 11ed3c2

Browse files
committed
Add aarch64 to build workflow
1 parent dd51f64 commit 11ed3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
27-
arch: [x86, x86_64]
27+
arch: [x86, x86_64, aarch64]
2828
cpu_instr: [non-SIMD, SSE2, AVX2, NEON, auto-selected]
2929

3030
steps:

0 commit comments

Comments
 (0)