summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-14 11:26:12 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-14 11:27:24 +1000
commit4f4297ee9b8a39f4dfd243a74c5f51f9e7a05723 (patch)
tree193cff9f301a10731a384e118c7e1e383f9d58a1 /.github
parenteda8909d1b0a85b9c3804a04d03ec6738fd9dc7f (diff)
downloadopenssh-git-4f4297ee9b8a39f4dfd243a74c5f51f9e7a05723.tar.gz
Add ARM64 Linux self-hosted runner.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 1c762727..baa78924 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -13,9 +13,10 @@ jobs:
strategy:
fail-fast: false
# 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:
os:
+ - ARM64
- bbone
- dfly30
- dfly48
@@ -45,6 +46,7 @@ jobs:
- default
# Then we include any extra configs we want to test for specific VMs.
include:
+ - { os: ARM64, configs: pam }
- { os: dfly30, configs: without-openssl}
- { os: dfly48, configs: pam }
- { os: dfly58, configs: pam }