From: Darren Tucker Date: Sat, 26 Feb 2022 03:10:41 +0000 (+1100) Subject: Add debian-i386 test target. X-Git-Tag: V_9_0_P1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96558ecd87adac62efa9a2b5479f686ab86b0be1;p=thirdparty%2Fopenssh-portable.git Add debian-i386 test target. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 09f7af939..6b2cbd737 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -19,6 +19,7 @@ jobs: - ARM64 - alpine - bbone + - debian-i386 - dfly30 - dfly48 - dfly58 @@ -49,6 +50,7 @@ jobs: # Then we include any extra configs we want to test for specific VMs. include: - { os: ARM64, configs: pam } + - { os: debian-i386, configs: pam } - { os: dfly30, configs: without-openssl} - { os: dfly48, configs: pam } - { os: dfly58, configs: pam }