feat: add ALLOW_CROSS_PLATFORM_IMAGES param to multi-platform pipeline#550
Merged
Merged
Conversation
Expose the ALLOW_CROSS_PLATFORM_IMAGES parameter in docker-build-multi-platform-oci-ta.yaml, matching the existing support in docker-build-oci-ta.yaml and bundle-build-oci-ta.yaml. The buildah-remote-oci-ta task already reads this env var but the multi-platform pipeline did not expose it as a param. Defaults to "false" so all existing builds are unaffected. SECURESIGN-4992 Signed-off-by: Sachin Sampras M <sampras343@gmail.com>
sampras343
force-pushed
the
feat/allow-cross-platform-multi-arch-pipeline
branch
from
July 9, 2026 11:47
3b2026e to
4a7388a
Compare
Configuration Diff1 document(s) impacted: + 0 added
- 0 removed
! 1 modifiedDiff@@ spec.resources.appstudio.redhat.com/v1alpha1/Component/fetch-tsa-certs{{.nameSuffix}}.spec @@
# projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate/rhtas-tenant/tas-tools-template
! - one map entry removed:
- build-nudges-ref:
- - fetch-tsa-certs-cli-stack{{.nameSuffix}}📦 Artifacts: base-output.yaml, head-output.yaml, dyff-output.txt |
osmman
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ALLOW_CROSS_PLATFORM_IMAGESparameter indocker-build-multi-platform-oci-ta.yaml, matching existing support indocker-build-oci-ta.yamlandbundle-build-oci-ta.yamlbuildah-remote-oci-tatask already reads this env var but the multi-platform pipeline did not expose it — defaults to"false"so all existing builds are unaffectedWhy
The inverted cli-stack build flow (securesign/timestamp-authority#391) has a multi-platform component image that extracts binaries from a single-arch cli-stack image via the
wait-for-pipelinerunmechanism. Non-amd64 builders reject the amd64 cli-stack image withoutALLOW_CROSS_PLATFORM_IMAGES=true.Test plan
"false"appliesALLOW_CROSS_PLATFORM_IMAGES: "true"