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"}