ignatenkobrain added a new comment to an issue you are following: ``
you should use %{ix86} and not hardcode i686, for noarch tasks koji will use the basearch which on 32 bit x86 is i386
That's not entirely right. Rust doesn't compile on i386/i486/i586 but it compiles on i686. And in terms of RPM, ExcludeArch/ExclusiveArch is the **arch**, not **base**arch. So I still think it is some configuration issue or koji bug. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7104