From 96558ecd87adac62efa9a2b5479f686ab86b0be1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 26 Feb 2022 14:10:41 +1100 Subject: [PATCH] Add debian-i386 test target. --- .github/workflows/selfhosted.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }