From 7b2710f0e34e25875918938bee0072ab18f1cf26 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 27 Dec 2025 19:19:13 +0100 Subject: [PATCH] Lift limits on parallel executions --- .github/workflows/infrastructure-download-external.yml | 2 +- .github/workflows/infrastructure-repository-update.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infrastructure-download-external.yml b/.github/workflows/infrastructure-download-external.yml index 763592cb..d7f099af 100644 --- a/.github/workflows/infrastructure-download-external.yml +++ b/.github/workflows/infrastructure-download-external.yml @@ -224,7 +224,7 @@ jobs: project: ${{steps.make.outputs.project}} strategy: fail-fast: false - max-parallel: 32 + max-parallel: 64 matrix: ${{fromJson(needs.start.outputs.matrix)}} name: "${{ matrix.name }}:${{ matrix.release }}:${{ matrix.arch }}" diff --git a/.github/workflows/infrastructure-repository-update.yml b/.github/workflows/infrastructure-repository-update.yml index e4fad3fb..0131b1ca 100644 --- a/.github/workflows/infrastructure-repository-update.yml +++ b/.github/workflows/infrastructure-repository-update.yml @@ -133,14 +133,14 @@ jobs: uses: armbian/armbian.github.io/.github/workflows/infrastructure-download-external.yml@main with: ACCESS_NAME: armbian - BUILD_RUNNER: "ubuntu-latest" - #BUILD_RUNNER: "X64" + #BUILD_RUNNER: "ubuntu-latest" + BUILD_RUNNER: "X64" HOST_DEPLOY: "repo.armbian.com" secrets: GPG_KEY1: ${{ secrets.GPG_KEY3 }} GPG_KEY2: ${{ secrets.GPG_KEY4 }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - KEY_UPLOAD: ${{ secrets.KEY_UPLOAD }} + KEY_UPLOAD: ${{ secrets.KEY_UPLOAD }} HOST_UPLOAD: ${{ secrets.HOST_UPLOAD }} HOST_UPLOAD_USER: ${{ secrets.HOST_UPLOAD_USER }} HOST_UPLOAD_PORT: ${{ secrets.HOST_UPLOAD_PORT }}