Skip to content

Commit

Permalink
Merge pull request #71 from openshift-qe/aleskandro-patch-1
Browse files Browse the repository at this point in the history
Update deprovision.sh
  • Loading branch information
aleskandro authored Jul 19, 2024
2 parents 07dab8d + 898a035 commit 8a35925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/prow-image/root/usr/bin/deprovision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo "Running the post-installation steps..."
set +e
set -x
bash ./dhcp-pxe-conf/baremetal-lab-post-dhcp-pxe-conf-commands.sh
for architecture in aarch64 amd64; do
for architecture in arm64 amd64; do
export architecture="${architecture}"
[ -f "${CLUSTER_PROFILE_DIR}/provisioning-host-ssh-port-${architecture}" ] && \
bash ../ipi/deprovision/baremetal-lab-ipi-deprovision-commands.sh
Expand Down

0 comments on commit 8a35925

Please sign in to comment.