[openssh-commits] [openssh] 04/08: Add "libvirt" label to dfly30.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 28 22:39:36 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit e8857043af54809187be1e8b06749db61112899f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Nov 27 11:42:22 2022 +1100
Add "libvirt" label to dfly30.
---
.github/workflows/selfhosted.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index e5a5625e..3beec9e2 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 }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list