diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index 0d356e8..46464cf 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -26,6 +26,16 @@ spec: value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:on-pr-{{revision}} - name: image-expires-after value: 5d + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' + - name: build-platforms + value: + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: diff --git a/.tekton/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index 9199b6a..411b7e0 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -23,6 +23,16 @@ spec: value: '{{revision}}' - name: output-image value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}} + - name: hermetic + value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' + - name: build-platforms + value: + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: