File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,12 +157,10 @@ run_bootc_image_build() {
157157 fi
158158 else
159159 # Full build for all OS versions
160- for os_ver in el9 el10; do
161- $( dry_run) bash -x ./bin/build_bootc_images.sh -l " ./image-blueprints-bootc/${os_ver} /layer1-base"
162- $( dry_run) bash -x ./bin/build_bootc_images.sh -l " ./image-blueprints-bootc/${os_ver} /layer2-presubmit"
163- $( dry_run) bash -x ./bin/build_bootc_images.sh -l " ./image-blueprints-bootc/${os_ver} /layer3-periodic"
164- $( dry_run) bash -x ./bin/build_bootc_images.sh -l " ./image-blueprints-bootc/${os_ver} /layer4-release"
165- done
160+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer1-base,./image-blueprints-bootc/el10/layer1-base
161+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer2-presubmit,./image-blueprints-bootc/el10/layer2-presubmit
162+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer3-periodic,./image-blueprints-bootc/el10/layer3-periodic
163+ $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/el9/layer4-release,./image-blueprints-bootc/el10/layer4-release
166164 $( dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/upstream
167165 fi
168166}
You can’t perform that action at this time.
0 commit comments