From e8857043af54809187be1e8b06749db61112899f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 27 Nov 2022 11:42:22 +1100 Subject: Add "libvirt" label to dfly30. --- .github/workflows/selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/selfhosted.yml') 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 } -- cgit v1.2.3