From bedad685a10a007ea62a8ad2a9a180f90cefdc5a Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 23 Apr 2024 15:03:11 -0700 Subject: [PATCH] i686 is not part of core --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 3423da5..08dadaa 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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