Skip to content

Commit 0bc32d8

Browse files
authored
Merge pull request #249 from CrystalChun/fix-konflux-files
NO-ISSUE: Add missing build params to Konflux files
2 parents ef7ef0c + 2b4c29f commit 0bc32d8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.tekton/cluster-api-provider-agent-mce-210-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ spec:
3434
value: Dockerfile.rhtap
3535
- name: path-context
3636
value: .
37+
- name: build-source-image
38+
value: "true"
39+
- name: hermetic
40+
value: "true"
41+
- name: prefetch-input
42+
value: '{"type": "gomod", "path": "."}'
3743
pipelineSpec:
3844
description: |
3945
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/cluster-api-provider-agent-mce-210-push.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,20 @@ spec:
2626
value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/cluster-api-provider-agent-mce-210:{{revision}}
2727
- name: build-platforms
2828
value:
29-
- linux/x86_64
29+
- linux/x86_64
30+
- linux/ppc64le
31+
- linux/s390x
32+
- linux/arm64
3033
- name: dockerfile
3134
value: Dockerfile.rhtap
3235
- name: path-context
3336
value: .
37+
- name: build-source-image
38+
value: "true"
39+
- name: hermetic
40+
value: "true"
41+
- name: prefetch-input
42+
value: '{"type": "gomod", "path": "."}'
3443
pipelineSpec:
3544
description: |
3645
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)