add input
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user