File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 31
31
- name : build-platforms
32
32
value :
33
33
- linux/x86_64
34
+ - linux/arm64
35
+ - linux/ppc64le
36
+ - linux/s390x
34
37
- name : dockerfile
35
38
value : Dockerfile
36
39
- name : path-context
@@ -114,6 +117,9 @@ spec:
114
117
type : string
115
118
- default :
116
119
- linux/x86_64
120
+ - linux/arm64
121
+ - linux/ppc64le
122
+ - linux/s390x
117
123
description : List of platforms to build the container images on. The available
118
124
set of values is determined by the configuration of the multi-platform-controller.
119
125
name : build-platforms
Original file line number Diff line number Diff line change 26
26
- name : build-platforms
27
27
value :
28
28
- linux/x86_64
29
+ - linux/arm64
30
+ - linux/ppc64le
31
+ - linux/s390x
29
32
- name : dockerfile
30
33
value : Dockerfile
31
34
- name : path-context
@@ -109,6 +112,9 @@ spec:
109
112
type : string
110
113
- default :
111
114
- linux/x86_64
115
+ - linux/arm64
116
+ - linux/ppc64le
117
+ - linux/s390x
112
118
description : List of platforms to build the container images on. The available
113
119
set of values is determined by the configuration of the multi-platform-controller.
114
120
name : build-platforms
You can’t perform that action at this time.
0 commit comments