File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ os : linux
12branches :
23 except :
34 - release-4.2
45 - release-4.3
56
67language : go
78go_import_path : github.com/operator-framework/operator-sdk
8- sudo : required
99
1010# go modules require xenial for mercurial TLS 1.2 support
1111dist : xenial
@@ -49,7 +49,6 @@ x_base_steps:
4949 stage : test
5050 env :
5151 - CLUSTER=k8s
52- os : linux
5352 << : *go_before_install
5453 install :
5554 - make install
@@ -141,29 +140,31 @@ jobs:
141140 # Build and deploy ansible-operator docker image
142141 - << : *deploy
143142 name : Docker image for ansible-operator
143+ arch : amd64
144144 script :
145145 - make image-build-ansible
146146 - make image-push-ansible
147147
148148 # Build and deploy amd64 helm-operator docker image
149149 - << : *deploy
150150 name : Docker image for helm-operator (amd64)
151- os : linux
151+ arch : amd64
152152 script :
153153 - make image-build-helm
154154 - make image-push-helm
155155
156156 # Build and deploy ppc64le helm-operator docker image
157157 - << : *deploy
158158 name : Docker image for helm-operator (ppc64le)
159- os : linux- ppc64le
159+ arch : ppc64le
160160 script :
161161 - make image-build-helm
162162 - make image-push-helm
163163
164164 # Build and deploy scorecard-proxy docker image
165165 - << : *deploy
166166 name : Docker image for scorecard-proxy
167+ arch : amd64
167168 script :
168169 - make image-build-scorecard-proxy
169170 - make image-push-scorecard-proxy
You can’t perform that action at this time.
0 commit comments