Skip to content

Commit ff5086e

Browse files
author
Alex J Lennon
committed
CI: add arm64 back to matrix (cap parallelism)
1 parent 5129fbb commit ff5086e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI_github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
image: dynamicdevices/yocto-ci-build@sha256:be170373625e77a6235a0bb3efb84d00be736221782d5d716e88aafd1b965794
2020
options: --privileged --platform linux/amd64 -v /dev/net/tun:/dev/net/tun -v /dev/kvm:/dev/kvm
2121
strategy:
22+
max-parallel: 2
2223
matrix:
2324
liboqs_version: [0.10.1, 0.15.0]
24-
arch: [x86-64]
25+
arch: [x86-64, arm64]
2526
env:
2627
name: build-and-test
2728
LIBOQS_VERSION: ${{ matrix.liboqs_version }}

0 commit comments

Comments
 (0)