This commit is contained in:
John
2022-02-15 07:09:54 +01:00
committed by GitHub
parent 4cdac8705a
commit 5971c0a57a
+4 -1
View File
@@ -23,4 +23,7 @@ jobs:
buildkitd-flags: --debug
-
name: build
run: cd contrib/docker && ./update.sh all && ./build.sh deb
run: cd contrib/docker && ./update.sh all && LIMITARCH=${{ github.event.inputs.limitarch }} ./build.sh deb
env:
UPLOAD_URL: ${{ secrets.UPLOAD_URL }}
UPLOAD_CREDENTIALS: ${{ secrets.UPLOAD_CREDENTIALS }}