You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repo that has both i686 and x86_64 anaconda like buildlogs.centos.org, when i build a installer on a amd64 machine, lorax init its buildarch with i686 because it just use first anaconda's arch(which is anaconda.i686) in yum repo.
Solved by passing a --buildarch to lorax in install.py, i dont know if it is a issue for us but still post it here and maybe @jperrin 's issue has something related to this :)
The text was updated successfully, but these errors were encountered:
I have a repo that has both i686 and x86_64 anaconda like buildlogs.centos.org, when i build a installer on a amd64 machine, lorax init its buildarch with i686 because it just use first anaconda's arch(which is anaconda.i686) in yum repo.
Solved by passing a
--buildarch
to lorax in install.py, i dont know if it is a issue for us but still post it here and maybe @jperrin 's issue has something related to this :)The text was updated successfully, but these errors were encountered: