diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-02-26 04:10:41 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-02-26 04:10:41 +0100 |
commit | 96558ecd87adac62efa9a2b5479f686ab86b0be1 (patch) | |
tree | a53c14144daca403e43dee674c44ff45564825f6 /.github/workflows/selfhosted.yml | |
parent | Allow ppoll_time64 in seccomp sandbox. (diff) | |
download | openssh-96558ecd87adac62efa9a2b5479f686ab86b0be1.tar.xz openssh-96558ecd87adac62efa9a2b5479f686ab86b0be1.zip |
Add debian-i386 test target.
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r-- | .github/workflows/selfhosted.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |