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 }