We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5129fbb commit ff5086eCopy full SHA for ff5086e
1 file changed
.github/workflows/CI_github.yml
@@ -19,9 +19,10 @@ jobs:
19
image: dynamicdevices/yocto-ci-build@sha256:be170373625e77a6235a0bb3efb84d00be736221782d5d716e88aafd1b965794
20
options: --privileged --platform linux/amd64 -v /dev/net/tun:/dev/net/tun -v /dev/kvm:/dev/kvm
21
strategy:
22
+ max-parallel: 2
23
matrix:
24
liboqs_version: [0.10.1, 0.15.0]
- arch: [x86-64]
25
+ arch: [x86-64, arm64]
26
env:
27
name: build-and-test
28
LIBOQS_VERSION: ${{ matrix.liboqs_version }}
0 commit comments