diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-27 01:42:22 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-27 01:45:43 +0100 |
commit | e8857043af54809187be1e8b06749db61112899f (patch) | |
tree | cf6f68242202a9cec53637f1ffcc38787690c63f /.github/workflows/selfhosted.yml | |
parent | Rename "os" in matrix to "target". (diff) | |
download | openssh-e8857043af54809187be1e8b06749db61112899f.tar.xz openssh-e8857043af54809187be1e8b06749db61112899f.zip |
Add "libvirt" label to dfly30.
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r-- | .github/workflows/selfhosted.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |