From 809e21705096a9246ca112ca6fb888831e0b30a3 Mon Sep 17 00:00:00 2001 From: Misha Sakhnov Date: Tue, 29 Oct 2024 18:25:12 +0100 Subject: [PATCH] WIP: temporary always build cluster-autoscaler to check arm build --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 5584f66d4..f2190d792 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -317,7 +317,7 @@ jobs: - name: Build and push cluster-autoscaler image uses: docker/build-push-action@v6 - if: ${{ format('{0}', inputs.build-cluster-autoscaler) == 'true' }} + # if: ${{ format('{0}', inputs.build-cluster-autoscaler) == 'true' }} with: context: cluster-autoscaler platforms: linux/${{ matrix.arch }}