mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
set max-parallel
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
4c17a30a6d
commit
0a6f4545fd
4
.github/workflows/myothertest.yml
vendored
4
.github/workflows/myothertest.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (amd64-${{ matrix.variant }})
|
||||
@ -66,6 +67,7 @@ jobs:
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (arm64-${{ matrix.variant }})
|
||||
@ -119,6 +121,7 @@ jobs:
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (armv7-${{ matrix.variant }})
|
||||
@ -172,6 +175,7 @@ jobs:
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (armv6-${{ matrix.variant }})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user