allow limit to single arch
This commit is contained in:
@@ -17,6 +17,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
|
- ''
|
||||||
- amd64
|
- amd64
|
||||||
- '386'
|
- '386'
|
||||||
- arm/v7
|
- arm/v7
|
||||||
@@ -45,4 +46,4 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: build
|
name: build
|
||||||
run: cd contrib/docker && LIMITARCH=${{ inputs.limitarch }} ./build.sh
|
run: cd contrib/docker && LIMITARCH=${{ github.event.inputs.limitarch }} ./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user