Skip to content

Commit

Permalink
Add the multi-arch pipeline to the pipeline config
Browse files Browse the repository at this point in the history
With konflux-ci/build-definitions#1236, we
started building a multi-arch pipeline. This change adds it to the
config map so that it can be used for configuring components.

Signed-off-by: arewm <[email protected]>
  • Loading branch information
arewm committed Aug 21, 2024
1 parent 66b2184 commit 82b1f23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ describe('usePipelineTemplate', () => {
bundle:
'quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-oci-ta@sha256:9002db310cd002ddc7ccf94e08f8cd9b02c1bdd5dce36b59173fbc6cd4799f97',
},
{
name: 'docker-build-multi-platform-oci-ta',
bundle:
'quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:269480b2037478c1c8509c5f562b65f0b7f4e8675d5fda68b6bf3d28357962d7',
},
],
},
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const PIPELINE_DATA = {
bundle:
'quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-oci-ta@sha256:9002db310cd002ddc7ccf94e08f8cd9b02c1bdd5dce36b59173fbc6cd4799f97',
},
{
name: 'docker-build-multi-platform-oci-ta',
bundle:
'quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:269480b2037478c1c8509c5f562b65f0b7f4e8675d5fda68b6bf3d28357962d7',
},
],
};

Expand Down

0 comments on commit 82b1f23

Please sign in to comment.