]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add bbone test target (arm32).
authorDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 03:53:14 +0000 (14:53 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 03:53:14 +0000 (14:53 +1100)
.github/workflows/selfhosted.yml

index 17aa5e9ea40550f037f845b9521bac003569c41f..eb9da4ff5f7ac9dfcbdffd6f1c38181a8673dfe5 100644 (file)
@@ -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.