Skip to content

Commit 5bdfd08

Browse files
committed
Update prow jobs to infra/build:1.23.7-2 image for ARM64 support
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent 1b6985f commit 5bdfd08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.prow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
24+
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
2525
command:
2626
- hack/ci/verify.sh
2727
resources:
@@ -37,7 +37,7 @@ presubmits:
3737
preset-goproxy: "true"
3838
spec:
3939
containers:
40-
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
40+
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
4141
command:
4242
- make
4343
- lint
@@ -76,7 +76,7 @@ presubmits:
7676
preset-goproxy: "true"
7777
spec:
7878
containers:
79-
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
79+
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
8080
command:
8181
- make
8282
- test
@@ -96,7 +96,7 @@ presubmits:
9696
preset-goproxy: "true"
9797
spec:
9898
containers:
99-
- image: ghcr.io/kcp-dev/infra/build:1.23.5-1
99+
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102102
resources:

0 commit comments

Comments
 (0)