add input

This commit is contained in:
John
2022-02-15 07:11:08 +01:00
committed by GitHub
parent 5971c0a57a
commit 28da22c6a5
+11
View File
@@ -4,6 +4,17 @@ on:
release: release:
types: [ created ] types: [ created ]
workflow_dispatch: workflow_dispatch:
inputs:
limitarch:
description: Limit to this architecture
required: false
type: choice
options:
- ''
- amd64
- '386'
- arm/v7
- arm64
jobs: jobs:
prepare-release: prepare-release: