Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Dec 10, 2024
1 parent aa26de8 commit 713256e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tekton/tekton-caches-main-cache-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ spec:
value: .konflux/dockerfiles/cache.Dockerfile
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- linux/arm64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
Expand Down
4 changes: 4 additions & 0 deletions .tekton/tekton-caches-main-cache-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache:{{revision}}
- name: dockerfile
value: .konflux/dockerfiles/cache.Dockerfile
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
Expand Down

0 comments on commit 713256e

Please sign in to comment.