mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
ci: lower concurrent jobs
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
baee4f7bd5
commit
9bcfda171b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -400,5 +400,5 @@ jobs:
|
||||||
image-type: 'core'
|
image-type: 'core'
|
||||||
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
|
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
|
||||||
runs-on: 'self-hosted'
|
runs-on: 'self-hosted'
|
||||||
makeflags: "--jobs=4 --output-sync=target"
|
makeflags: "--jobs=1 --output-sync=target"
|
||||||
skip-drivers: 'true'
|
skip-drivers: 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue