We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efba918 commit 259419dCopy full SHA for 259419d
.tekton/bundle-build.yaml
@@ -396,7 +396,12 @@ spec:
396
operator: in
397
values:
398
- "false"
399
- - name: clamav-scan
+ - matrix:
400
+ params:
401
+ - name: image-arch
402
+ value:
403
+ - $(params.build-platforms)
404
+ name: clamav-scan
405
params:
406
- name: image-digest
407
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
.tekton/docker-build.yaml
@@ -419,7 +419,12 @@ spec:
419
420
421
422
423
424
425
426
427
428
429
430
0 commit comments