You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml
+60-37Lines changed: 60 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ spec:
31
31
value: catalog.Dockerfile
32
32
- name: path-context
33
33
value: v4.16
34
+
- name: build-platforms
35
+
value:
36
+
- linux/x86_64
37
+
- linux/arm64
38
+
- linux/ppc64le
39
+
- linux/s390x
34
40
pipelineSpec:
35
41
description: |
36
42
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/advanced-how-tos/building-olm.adoc#building-the-file-based-catalog).
Copy file name to clipboardExpand all lines: .tekton/kube-descheduler-operator-fbc-4-16-push.yaml
+60-37Lines changed: 60 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ spec:
27
27
value: catalog.Dockerfile
28
28
- name: path-context
29
29
value: v4.16
30
+
- name: build-platforms
31
+
value:
32
+
- linux/x86_64
33
+
- linux/arm64
34
+
- linux/ppc64le
35
+
- linux/s390x
30
36
pipelineSpec:
31
37
description: |
32
38
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/advanced-how-tos/building-olm.adoc#building-the-file-based-catalog).
0 commit comments