kiwibuild: Tell Koji which arches are allowed to fail
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
1f819ee08a
commit
be410d9fd5
@ -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