Skip to content
Open
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
58 changes: 4 additions & 54 deletions graduated/build/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
sources:
- 'https://github.com/codefresh-io/steps/tree/master/graduated/build'
stage: graduated
version: 1.2.1
version: 1.1.3
categories:
- featured
- docker
Expand Down Expand Up @@ -143,58 +143,8 @@ spec:
"provider": {
"type": "object",
"additionalProperties": true
},
"platform": {
"type": "string",
"description": "Set target platform/s (comma separated list) for build."
},
"buildx": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "object",
"properties": {
"qemu": {
"type": "object",
"properties": {
"image": {
"type": "string",
"description": "QEMU static binaries Docker image.",
"default": "tonistiigi/binfmt:latest"
},
"platforms": {
"type": "string",
"description": "Platforms to install (e.g. arm64,riscv64,arm).",
"default": "all"
}
},
"description": "Configure which QEMU static binaries will be installed.",
"additionalProperties": false
},
"builder": {
"type": "object",
"properties": {
"driver": {
"type": "string",
"description": "Sets the builder driver to be used.",
"default": "docker-container"
},
"driver_opts": {
"type": "string",
"description": "List of additional driver-specific options (e.g. image=moby/buildkit:master)."
}
},
"description": "Configure the builder instance that will be created and used to build the image.",
"additionalProperties": false
}
},
"additionalProperties": false
}
],
"description": "Build and push Docker images with <a href=\"https://github.com/docker/buildx\">Buildx</a> including multi-platform builds (set to `true` to enable with default configuration, or set to an object with custom configuration). <a href=\"https://codefresh.io/docs/docs/pipelines/steps/build/#multi-platform-images-with-platfrom-and-buildx\">more info</a>",
"default": false
},
}
}
}