You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Lift limits on parallel executions
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user