From 00b40aa6e296ba870482e7c0263bf71f6bca387c Mon Sep 17 00:00:00 2001 From: Charlie Lye Date: Fri, 8 Dec 2023 18:59:13 +0000 Subject: [PATCH] fix --- build-system/scripts/cond_spot_run_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/scripts/cond_spot_run_script b/build-system/scripts/cond_spot_run_script index fac0ebc7c32..3ffd68e7328 100755 --- a/build-system/scripts/cond_spot_run_script +++ b/build-system/scripts/cond_spot_run_script @@ -20,7 +20,7 @@ ARCH=$3 shift 3 MULTIARCH=$(query_manifest multiarch $REPOSITORY) -if [ "$MULTIARCH" == "host" ]; +if [ "$MULTIARCH" == "host" ]; then BASE_TAG=$(calculate_image_tag $REPOSITORY $ARCH) else BASE_TAG=$(calculate_image_tag $REPOSITORY)