From 5bdfd085b4e81a2365305bbbb2f6c63b3c5362c4 Mon Sep 17 00:00:00 2001 From: Marvin Beckers Date: Tue, 6 May 2025 15:13:32 +0200 Subject: [PATCH] Update prow jobs to infra/build:1.23.7-2 image for ARM64 support On-behalf-of: SAP Signed-off-by: Marvin Beckers --- .prow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index b08d5cf..fbf53cb 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -21,7 +21,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 command: - hack/ci/verify.sh resources: @@ -37,7 +37,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 command: - make - lint @@ -76,7 +76,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 command: - make - test @@ -96,7 +96,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 command: - hack/ci/run-e2e-tests.sh resources: