Add ARM64 Linux self-hosted runner.
This commit is contained in:
parent
eda8909d1b
commit
4f4297ee9b
|
@ -13,9 +13,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
# We use a matrix in two parts: firstly all of the VMs are tested with the
|
# We use a matrix in two parts: firstly all of the VMs are tested with the
|
||||||
# default config. "vm" corresponds to a label associated with the worker.
|
# default config. "os" corresponds to a label associated with the worker.
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
- ARM64
|
||||||
- bbone
|
- bbone
|
||||||
- dfly30
|
- dfly30
|
||||||
- dfly48
|
- dfly48
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
- default
|
- default
|
||||||
# Then we include any extra configs we want to test for specific VMs.
|
# Then we include any extra configs we want to test for specific VMs.
|
||||||
include:
|
include:
|
||||||
|
- { os: ARM64, configs: pam }
|
||||||
- { os: dfly30, configs: without-openssl}
|
- { os: dfly30, configs: without-openssl}
|
||||||
- { os: dfly48, configs: pam }
|
- { os: dfly48, configs: pam }
|
||||||
- { os: dfly58, configs: pam }
|
- { os: dfly58, configs: pam }
|
||||||
|
|
Loading…
Reference in New Issue