]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add ARM64 Linux self-hosted runner.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 14 Jul 2021 01:26:12 +0000 (11:26 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 14 Jul 2021 01:27:24 +0000 (11:27 +1000)
.github/workflows/selfhosted.yml

index 1c76272755ae0a1bbbf2d0b8909043d39e534192..baa78924a5a2dcc22272695d212e35544a2f4b5c 100644 (file)
@@ -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 }