Lift limits on parallel executions

This commit is contained in:
Igor Pecovnik
2025-12-27 19:19:13 +01:00
parent 36aa180213
commit 7b2710f0e3
2 changed files with 4 additions and 4 deletions

View File

@@ -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 }}"

View File

@@ -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 }}