From 28da22c6a5a813947150ea06054440f8b7689677 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 15 Feb 2022 07:11:08 +0100 Subject: [PATCH] add input --- .github/workflows/preparerelease.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/preparerelease.yml b/.github/workflows/preparerelease.yml index c4487015..6dda536d 100644 --- a/.github/workflows/preparerelease.yml +++ b/.github/workflows/preparerelease.yml @@ -4,6 +4,17 @@ on: release: types: [ created ] workflow_dispatch: + inputs: + limitarch: + description: Limit to this architecture + required: false + type: choice + options: + - '' + - amd64 + - '386' + - arm/v7 + - arm64 jobs: prepare-release: