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:
parent
583547c6ee
commit
744b00499d
@ -145,6 +145,7 @@ class RunKiwiBuildThread(WorkerThread):
|
|||||||
profile=config["kiwi_profile"],
|
profile=config["kiwi_profile"],
|
||||||
release=release,
|
release=release,
|
||||||
repos=repo,
|
repos=repo,
|
||||||
|
optional_arches=self.can_fail,
|
||||||
)
|
)
|
||||||
|
|
||||||
koji.save_task_id(task_id)
|
koji.save_task_id(task_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user