From: Darren Tucker Date: Thu, 18 Feb 2021 03:53:14 +0000 (+1100) Subject: Add bbone test target (arm32). X-Git-Tag: V_8_5_P1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65085740d3574eeb3289d592f042df62c2689bb0;p=thirdparty%2Fopenssh-portable.git Add bbone test target (arm32). --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 17aa5e9ea..eb9da4ff5 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -16,7 +16,7 @@ jobs: # 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. matrix: - vm: [dfly30, dfly48, dfly58, sol10, sol11] + vm: [dfly30, dfly48, dfly58, sol10, sol11, bbone] configs: - default # Then we include any extra configs we want to test for specific VMs.