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: