From 2626acb281b2409d07b578fb5122b90cb5f11226 Mon Sep 17 00:00:00 2001 From: itai gendler Date: Tue, 18 Apr 2023 17:47:22 +0300 Subject: [PATCH 1/2] Wip --- graduated/build/step.yaml | 56 ++------------------------------------- 1 file changed, 2 insertions(+), 54 deletions(-) diff --git a/graduated/build/step.yaml b/graduated/build/step.yaml index b457cc270..4d4491272 100644 --- a/graduated/build/step.yaml +++ b/graduated/build/step.yaml @@ -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 @@ -143,58 +143,6 @@ 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 Buildx including multi-platform builds (set to `true` to enable with default configuration, or set to an object with custom configuration). more info", - "default": false - }, + } } } From 2cfcfadb16480f1cd15b3ab29a6d617ba33da3fa Mon Sep 17 00:00:00 2001 From: itai gendler Date: Tue, 18 Apr 2023 17:50:16 +0300 Subject: [PATCH 2/2] wip --- graduated/build/step.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graduated/build/step.yaml b/graduated/build/step.yaml index 4d4491272..fbfc55f51 100644 --- a/graduated/build/step.yaml +++ b/graduated/build/step.yaml @@ -146,3 +146,5 @@ spec: } } } + +