--cpus
is not a flag for docker build
, use cpulimit
instead
This commit is contained in:
parent
af800b150c
commit
faef48e85d
1 changed files with 1 additions and 2 deletions
3
vendor/docker-nixos/build.sh
vendored
3
vendor/docker-nixos/build.sh
vendored
|
@ -7,8 +7,7 @@ if [ -z "$NIXOS_TAG" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
docker build \
|
||||
--cpus=$(( $(nproc) / 2 )) \
|
||||
cpulimit -l 50 docker build \
|
||||
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
|
||||
-f Dockerfile \
|
||||
--push .
|
||||
|
|
Loading…
Add table
Reference in a new issue