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
1
2
branches :
2
3
except :
3
4
- release-4.2
4
5
- release-4.3
5
6
6
7
language : go
7
8
go_import_path : github.com/operator-framework/operator-sdk
8
- sudo : required
9
9
10
10
# go modules require xenial for mercurial TLS 1.2 support
11
11
dist : xenial
@@ -49,7 +49,6 @@ x_base_steps:
49
49
stage : test
50
50
env :
51
51
- CLUSTER=k8s
52
- os : linux
53
52
<< : *go_before_install
54
53
install :
55
54
- make install
@@ -141,29 +140,31 @@ jobs:
141
140
# Build and deploy ansible-operator docker image
142
141
- << : *deploy
143
142
name : Docker image for ansible-operator
143
+ arch : amd64
144
144
script :
145
145
- make image-build-ansible
146
146
- make image-push-ansible
147
147
148
148
# Build and deploy amd64 helm-operator docker image
149
149
- << : *deploy
150
150
name : Docker image for helm-operator (amd64)
151
- os : linux
151
+ arch : amd64
152
152
script :
153
153
- make image-build-helm
154
154
- make image-push-helm
155
155
156
156
# Build and deploy ppc64le helm-operator docker image
157
157
- << : *deploy
158
158
name : Docker image for helm-operator (ppc64le)
159
- os : linux- ppc64le
159
+ arch : ppc64le
160
160
script :
161
161
- make image-build-helm
162
162
- make image-push-helm
163
163
164
164
# Build and deploy scorecard-proxy docker image
165
165
- << : *deploy
166
166
name : Docker image for scorecard-proxy
167
+ arch : amd64
167
168
script :
168
169
- make image-build-scorecard-proxy
169
170
- make image-push-scorecard-proxy
You can’t perform that action at this time.
0 commit comments