While not the ideal fix, this change allows setting noarch_arches in tag.extra to limit the arches for noarch rpm builds. This is equivalent to setting ExclusiveArch to the same list in the spec, but is a tag level setting.
At the moment, this will only work for buildArch tasks (i.e. rpm builds)
Fixes: https://pagure.io/koji/issue/3809
While not the ideal fix, this change allows setting
noarch_archesin tag.extra to limit the arches for noarch rpm builds. This is equivalent to setting ExclusiveArch to the same list in the spec, but is a tag level setting.At the moment, this will only work for buildArch tasks (i.e. rpm builds)