From 47d8aeb2b61cfe6a422428466e066fb705f536fd Mon Sep 17 00:00:00 2001 From: Muvaffak Onus Date: Mon, 3 May 2021 01:31:02 +0300 Subject: [PATCH] build: update version to get the fix related to publishing artifacts Signed-off-by: Muvaffak Onus --- build | 2 +- cluster/local/integration_tests.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build b/build index 204cb73dd3..8e7a7c5309 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 204cb73dd3e188c2e544387e55730899a291ec0b +Subproject commit 8e7a7c5309856ca3316dee2c2d179523ad035738 diff --git a/cluster/local/integration_tests.sh b/cluster/local/integration_tests.sh index d5e831f22a..a2a9a3cdff 100755 --- a/cluster/local/integration_tests.sh +++ b/cluster/local/integration_tests.sh @@ -137,9 +137,9 @@ eval $(make --no-print-directory -C ${projectdir} build.vars) # ------------------------------ -TARGETARCH="${TARGETARCH:-amd64}" -BUILD_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-${TARGETARCH}" -CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${TARGETARCH}" +SAFEHOSTARCH="${SAFEHOSTARCH:-amd64}" +BUILD_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-${SAFEHOSTARCH}" +CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${SAFEHOSTARCH}" version_tag="$(cat ${projectdir}/_output/version)" # tag as latest version to load into kind cluster