mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: limit concurrency
This commit is contained in:
parent
110ec81cc6
commit
45fe6e550b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ variables:
|
|||
DOCKER_IMAGE_DEV: ${DOCKER_IMAGE}/dev-${DISTRO}
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
DOCKER_PLATFORMS: amd64 armv6 armv7 arm64
|
||||
MAKE_OPTS: "-j"
|
||||
MAKE_OPTS: "-j16"
|
||||
|
||||
stages:
|
||||
- prepare
|
||||
|
|
Loading…
Add table
Reference in a new issue