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:
-rw-r--r--.github/workflows/build-docker.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml
index 63ede1b9..fa46079d 100644
--- a/.github/workflows/build-docker.yml
+++ b/.github/workflows/build-docker.yml
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
- ARCH: "${{ inputs.arch }}"
+ ARCH: "${{ inputs.arch || 'x86' }}"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
@@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
- ARCH: "${{ inputs.arch }}"
+ ARCH: "${{ inputs.arch || 'x86' }}"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
@@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: "${{ inputs.git_ref || github.ref }}"
- ARCH: "${{ inputs.arch }}"
+ ARCH: "${{ inputs.arch || 'x86' }}"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1