Skip to content

Commit af7cb73

Browse files
committed
Improve konflux build time - single-arch on PR
1 parent 310e606 commit af7cb73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.tekton/netobserv-ebpf-agent-pull-request.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
value: 5d
2929
- name: dockerfile
3030
value: Dockerfile.downstream
31+
- name: build-platforms
32+
value: ["linux/x86_64"]
3133
pipelineRef:
3234
name: build-pipeline
3335
taskRunTemplate: {}

.tekton/netobserv-ebpf-agent-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
build.appstudio.openshift.io/build-nudge-files: "hack/container_digest.sh"
9+
build.appstudio.openshift.io/build-nudge-files: "hack/nudging/container_digest.sh"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1111
== "main"
1212
creationTimestamp: null

0 commit comments

Comments
 (0)