From ee94f73a34665d6fc36684ef8984863f6bbb81fa Mon Sep 17 00:00:00 2001 From: Luke Goodfellow Date: Mon, 11 Dec 2023 13:44:35 -0800 Subject: [PATCH] add buildkit in build step arguments --- graduated/build/step.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graduated/build/step.yaml b/graduated/build/step.yaml index c30196e54..95808542d 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.2 + version: 1.2.3 categories: - featured - docker @@ -148,6 +148,10 @@ spec: "type": "string", "description": "Set target platform/s (comma separated list) for build." }, + "buildkit": { + "type": "boolean" + "description": "When set to true, enables Buildkit and all of its enhancements. more info" + }, "buildx": { "oneOf": [ {