From 28ce5fa013d47622831bf589ea8693b19b7f8a11 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Wed, 11 Dec 2024 07:17:48 +0000 Subject: [PATCH] [bot] update konflux configuration --- .konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml | 2 +- .tekton/tekton-caches-main-cache-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml index 81481cb34..cd7cbc42b 100644 --- a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml +++ b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml @@ -33,7 +33,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 + - linux-m2xlarge/arm64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.tekton/tekton-caches-main-cache-push.yaml b/.tekton/tekton-caches-main-cache-push.yaml index 81aa3bbba..ec53cd60f 100644 --- a/.tekton/tekton-caches-main-cache-push.yaml +++ b/.tekton/tekton-caches-main-cache-push.yaml @@ -33,7 +33,7 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 + - linux-m2xlarge/arm64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"}