File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168
168
169
169
# # Image deploy/push stage jobs ##
170
170
171
+
171
172
# Build and deploy arm64 ansible-operator docker image
172
173
- stage : deploy
173
174
<< : *deploy
@@ -297,6 +298,14 @@ jobs:
297
298
- make image-build-scorecard-test
298
299
- make image-push-scorecard-test
299
300
301
+ # Build and deploy amd64 scorecard-test-kuttl docker image
302
+ - << : *deploy
303
+ name : Docker image for scorecard-test-kuttl (amd64)
304
+ arch : amd64
305
+ script :
306
+ - make image-build-scorecard-test-kuttl
307
+ - make image-push-scorecard-test-kuttl
308
+
300
309
# Build and deploy ansible multi-arch manifest list
301
310
- stage : deploy-manifest-multiarch
302
311
<< : *manifest-deploy
@@ -321,3 +330,11 @@ jobs:
321
330
name : Manifest list for scorecard-test
322
331
script :
323
332
- make image-push-scorecard-test-multiarch
333
+
334
+ # Build and deploy scorecard-test-kuttl multi-arch manifest list
335
+ # only amd64 is supported in base kudobuilder/kuttl image
336
+ # which is why we only support amd64 for scorecard-test-kuttl
337
+ - << : *manifest-deploy
338
+ name : Manifest list for scorecard-test-kuttl
339
+ script :
340
+ - make image-push-scorecard-test-kuttl-multiarch
You can’t perform that action at this time.
0 commit comments