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