Skip to content

Commit

Permalink
ci: lower concurrent jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Jan 3, 2025
1 parent baee4f7 commit 9bcfda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,5 @@ jobs:
image-type: 'core'
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
runs-on: 'self-hosted'
makeflags: "--jobs=4 --output-sync=target"
makeflags: "--jobs=1 --output-sync=target"
skip-drivers: 'true'

0 comments on commit 9bcfda1

Please sign in to comment.