allow limit to single arch

This commit is contained in:
John
2022-02-13 20:34:18 +01:00
parent 580ab16cef
commit c3cdf9f1fb
+2 -1
View File
@@ -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