summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-02-26 14:10:41 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-02-26 14:10:41 +1100
commit96558ecd87adac62efa9a2b5479f686ab86b0be1 (patch)
treea53c14144daca403e43dee674c44ff45564825f6
parent284b6e5394652d519e31782e3b3cdfd7b21d1a81 (diff)
Add debian-i386 test target.
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 09f7af93..6b2cbd73 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 }