diff --git a/openqa_trigger/openqa_trigger.py b/openqa_trigger/openqa_trigger.py index a19faa0..c154da4 100755 --- a/openqa_trigger/openqa_trigger.py +++ b/openqa_trigger/openqa_trigger.py @@ -19,8 +19,7 @@ from report_job_results import report_results PERSISTENT = "/var/tmp/openqa_watcher.json" ISO_PATH = "/var/lib/openqa/factory/iso/" -# We're not really setup to test 32-bit yet. Add 'i386' when we are. -ARCHES = ['x86_64'] +ARCHES = ['x86_64', 'i386'] class TriggerException(Exception):