From ca791d40504dc5a7a0b6a08bf6694d38c890863f Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Thu, 20 Feb 2025 15:40:18 +0000 Subject: [PATCH] onboard new cloud provider makefile targets to build image and publish manifest --- scripts/ci-build-azure-ccm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci-build-azure-ccm.sh b/scripts/ci-build-azure-ccm.sh index 586c99d38a3..f36ad044a93 100755 --- a/scripts/ci-build-azure-ccm.sh +++ b/scripts/ci-build-azure-ccm.sh @@ -59,9 +59,9 @@ setup() { main() { if ! can_reuse_artifacts; then echo "Building Linux Azure amd64 cloud controller manager" - make -C "${AZURE_CLOUD_PROVIDER_ROOT}" build-ccm-image-amd64 push-ccm-image-amd64 + make -C "${AZURE_CLOUD_PROVIDER_ROOT}" ALL_ARCH.linux=amd64 push-manifest-controller-manager echo "Building Linux amd64 and Windows (hpc) amd64 cloud node managers" - make -C "${AZURE_CLOUD_PROVIDER_ROOT}" build-node-image-linux-amd64 push-node-image-linux-amd64 push-node-image-windows-hpc-amd64 manifest-node-manager-image-windows-hpc-amd64 + make -C "${AZURE_CLOUD_PROVIDER_ROOT}" WINDOWS_USE_HOST_PROCESS_CONTAINERS=true ALL_ARCH.linux=amd64 push-manifest-node-manager echo "Building and pushing Linux and Windows amd64 Azure ACR credential provider" make -C "${AZURE_CLOUD_PROVIDER_ROOT}" bin/azure-acr-credential-provider bin/azure-acr-credential-provider.exe