We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd51f64 commit 11ed3c2Copy full SHA for 11ed3c2
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-20.04
25
strategy:
26
matrix:
27
- arch: [x86, x86_64]
+ arch: [x86, x86_64, aarch64]
28
cpu_instr: [non-SIMD, SSE2, AVX2, NEON, auto-selected]
29
30
steps:
0 commit comments