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/docker-build.yaml
+21-16Lines changed: 21 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
apiVersion: tekton.dev/v1
2
2
kind: Pipeline
3
3
metadata:
4
-
creationTimestamp:
5
4
labels:
6
5
pipelines.openshift.io/runtime: generic
7
6
pipelines.openshift.io/strategy: docker
@@ -19,7 +18,8 @@ spec:
19
18
- linux/arm64
20
19
- linux/ppc64le
21
20
- linux/s390x
22
-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
21
+
description: List of platforms to build the container images on. The available
22
+
set of values is determined by the configuration of the multi-platform-controller.
0 commit comments