From: Darren Tucker Date: Sun, 27 Nov 2022 00:42:22 +0000 (+1100) Subject: Add "libvirt" label to dfly30. X-Git-Tag: V_9_2_P1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8857043af54809187be1e8b06749db61112899f;p=thirdparty%2Fopenssh-portable.git Add "libvirt" label to dfly30. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index e5a5625e9..3beec9e21 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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 }