--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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker build \
|
cpulimit -l 50 docker build \
|
||||||
--cpus=$(( $(nproc) / 2 )) \
|
|
||||||
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
|
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
|
||||||
-f Dockerfile \
|
-f Dockerfile \
|
||||||
--push .
|
--push .
|
||||||
|
|
Loading…
Add table
Reference in a new issue