]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add "libvirt" label to dfly30.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 27 Nov 2022 00:42:22 +0000 (11:42 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 27 Nov 2022 00:45:43 +0000 (11:45 +1100)
.github/workflows/selfhosted.yml

index e5a5625e950db606f698c5f5a44ee42c2b80a840..3beec9e2187f362ad1792258e14ba650cc3785b0 100644 (file)
@@ -10,6 +10,7 @@ jobs:
     runs-on: ${{ matrix.target }}
     timeout-minutes: 600
     env:
+      TARGET_TYPE: ${{ matrix.type }}
       TARGET_HOST: ${{ matrix.target }}
     strategy:
       fail-fast: false
@@ -54,6 +55,7 @@ jobs:
         include:
           - { target: ARM64,  configs: pam }
           - { target: debian-i386, configs: pam }
+          - { target: dfly30, configs: default, type: libvirt }
           - { target: dfly30, configs: without-openssl}
           - { target: dfly48, configs: pam }
           - { target: dfly58, configs: pam }