@@ -70,8 +70,8 @@ update_build_cache() {
7070 # Build templates
7171 $( dry_run) bash -x ./bin/build_bootc_images.sh -g ./image-blueprints-bootc/templates
7272 # Build the bootc base layer and brew RPMs to be cached
73- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer1-base, ./image-blueprints-bootc/el10/layer1-base
74- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer4-release, ./image-blueprints-bootc/el10/layer4-release
73+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer1-base -l ./image-blueprints-bootc/el10/layer1-base
74+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer4-release -l ./image-blueprints-bootc/el10/layer4-release
7575
7676 # Prepare for the cache upload by stopping composer services and cleaning
7777 # temporary artifacts
@@ -155,10 +155,10 @@ run_bootc_image_build() {
155155 fi
156156 else
157157 # Full build for all OS versions
158- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer1-base, ./image-blueprints-bootc/el10/layer1-base
159- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer2-presubmit, ./image-blueprints-bootc/el10/layer2-presubmit
160- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer3-periodic, ./image-blueprints-bootc/el10/layer3-periodic
161- $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer4-release, ./image-blueprints-bootc/el10/layer4-release
158+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer1-base -l ./image-blueprints-bootc/el10/layer1-base
159+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer2-presubmit -l ./image-blueprints-bootc/el10/layer2-presubmit
160+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer3-periodic -l ./image-blueprints-bootc/el10/layer3-periodic
161+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer4-release -l ./image-blueprints-bootc/el10/layer4-release
162162 $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/upstream
163163 fi
164164}
0 commit comments