We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877ff6 commit d9db679Copy full SHA for d9db679
test-build.sh
@@ -32,7 +32,7 @@ function build () {
32
33
info "Building $full_tag..."
34
35
- if ! docker build -t node:"$full_tag" "$path"; then
+ if ! docker build --cpuset-cpus="0,1" -t node:"$full_tag" "$path"; then
36
fatal "Build of $full_tag failed!"
37
fi
38
info "Build of $full_tag succeeded."
0 commit comments