From 4b2904b342682ca0d70627e60d12d9cea0a9663b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 12 May 2022 16:58:12 +0300 Subject: [PATCH] Type: choice is not yet supported --- .github/workflows/sub-build-push-image.yml | 5 +---- .github/workflows/sub-test-image.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sub-build-push-image.yml b/.github/workflows/sub-build-push-image.yml index 1040cf73..09ebfa47 100644 --- a/.github/workflows/sub-build-push-image.yml +++ b/.github/workflows/sub-build-push-image.yml @@ -14,10 +14,7 @@ on: platform: description: "Target platform for the built image" required: true - type: choice - options: - - amd64 - - arm64 + type: string jobs: build-push-image: diff --git a/.github/workflows/sub-test-image.yml b/.github/workflows/sub-test-image.yml index 3ef705bd..9ed31468 100644 --- a/.github/workflows/sub-test-image.yml +++ b/.github/workflows/sub-test-image.yml @@ -10,10 +10,7 @@ on: platform: description: "Target platform for the built image" required: true - type: choice - options: - - amd64 - - arm64 + type: string jobs: test-image: