From: Darren Tucker Date: Wed, 14 Jul 2021 01:26:12 +0000 (+1000) Subject: Add ARM64 Linux self-hosted runner. X-Git-Tag: V_8_7_P1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4297ee9b8a39f4dfd243a74c5f51f9e7a05723;p=thirdparty%2Fopenssh-portable.git Add ARM64 Linux self-hosted runner. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 1c7627275..baa78924a 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 }