Skip to content

Commit

Permalink
Merge pull request #977 from arewm/add-multi-arch-pipeline
Browse files Browse the repository at this point in the history
Add the multi-arch pipeline to the pipeline config
  • Loading branch information
openshift-merge-bot[bot] authored Aug 21, 2024
2 parents 66b2184 + 82b1f23 commit 3300e6c
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 3300e6c

Please sign in to comment.