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 22:12:01 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 22:12:01 +0300
commitc8eb8a49b5a59bcbbc2c11816ff0b63ef7c24b01 (patch)
tree2f3db4289dcb7e4b9f5d1815950ab1a763513f17
parentc75f100b55e56752e57e0c6dc948bf499bfffc1a (diff)
release.yml: Fix dependencies of docker-release job
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f950991f..69609cd5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -258,7 +258,9 @@ jobs:
docker-release:
needs:
- - docker
+ - docker-x86
+ - docker-armhf
+ - docker-arm64
- test-curl-installer
if: ${{ (inputs.release || github.event_name != 'workflow_dispatch') && github.ref_type == 'tag' && (github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }}
runs-on: ubuntu-latest