Skip to content

Commit 259419d

Browse files
author
serverless-qe
committed
[release-1.37] Sync Konflux configurations
1 parent efba918 commit 259419d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.tekton/bundle-build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,12 @@ spec:
396396
operator: in
397397
values:
398398
- "false"
399-
- name: clamav-scan
399+
- matrix:
400+
params:
401+
- name: image-arch
402+
value:
403+
- $(params.build-platforms)
404+
name: clamav-scan
400405
params:
401406
- name: image-digest
402407
value: $(tasks.build-image-index.results.IMAGE_DIGEST)

.tekton/docker-build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,12 @@ spec:
419419
operator: in
420420
values:
421421
- "false"
422-
- name: clamav-scan
422+
- matrix:
423+
params:
424+
- name: image-arch
425+
value:
426+
- $(params.build-platforms)
427+
name: clamav-scan
423428
params:
424429
- name: image-digest
425430
value: $(tasks.build-image-index.results.IMAGE_DIGEST)

0 commit comments

Comments
 (0)