]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add debian-i386 test target.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 26 Feb 2022 03:10:41 +0000 (14:10 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 26 Feb 2022 03:10:41 +0000 (14:10 +1100)
.github/workflows/selfhosted.yml

index 09f7af9399128026d6f3466248149b0068b5a217..6b2cbd737f06af1ccb999865184d3e49a3413ba6 100644 (file)
@@ -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 }