kiwibuild: Tell Koji which arches are allowed to fail

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit be410d9fd5)
This commit is contained in:
Lubomír Sedlář 2024-03-01 14:47:09 +01:00 committed by Stepan Oksanichenko
parent 583547c6ee
commit 744b00499d
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -145,6 +145,7 @@ class RunKiwiBuildThread(WorkerThread):
profile=config["kiwi_profile"],
release=release,
repos=repo,
optional_arches=self.can_fail,
)
koji.save_task_id(task_id)