Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pipelines/docker-build-multi-platform-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ spec:
description: Name of the Dockerfile ARG to inject with the resolved dependency image (e.g. IMG, AGENT_IMG).
name: manager-build-arg-name
type: string
- default: "false"
description: Allow base images with a different architecture than the target platform. Required when extracting binaries from a single-arch image (e.g. cli-stack) in a multi-platform build.
name: ALLOW_CROSS_PLATFORM_IMAGES
type: string
- default:
- linux/x86_64
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
Expand Down Expand Up @@ -298,6 +302,8 @@ spec:
- "short-commit=$(tasks.clone-repository.results.short-commit)"
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: ALLOW_CROSS_PLATFORM_IMAGES
value: $(params.ALLOW_CROSS_PLATFORM_IMAGES)
runAfter:
- prefetch-dependencies
- generate-labels
Expand Down