Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 21:41:20 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 21:41:20 +0300
commite310f33663fc9978f4be60f8cb715e51a24389b3 (patch)
treee7531995c742e163499d5777721e3209f1a1706f
parent6906c5072974a836abfad4fa6315de67625950c4 (diff)
build-docker.yml: Add default arch
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/build-docker.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml
index 726ed29b..b840c763 100644
--- a/.github/workflows/build-docker.yml
+++ b/.github/workflows/build-docker.yml
@@ -11,8 +11,9 @@ on:
required: true
type: string
arch:
- required: true
+ required: false
type: string
+ default: 'x86'
push:
branches:
- master