i686 is not part of core

This commit is contained in:
Louis Abel 2024-04-23 15:03:11 -07:00
parent 3e5ca19728
commit bedad685a1
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ done
# core infra repos
for arch in "${BLUE_ONYX_ARCH[@]}"; do
if [[ "$arch" == "i686" ]]; then
continue
fi
cp etc/mock/rl-9-$arch-core-infra.cfg ${MOCK_DIR}
done