Skip to content

Commit d9db679

Browse files
Added multiple CPU docker build
1 parent 7877ff6 commit d9db679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function build () {
3232

3333
info "Building $full_tag..."
3434

35-
if ! docker build -t node:"$full_tag" "$path"; then
35+
if ! docker build --cpuset-cpus="0,1" -t node:"$full_tag" "$path"; then
3636
fatal "Build of $full_tag failed!"
3737
fi
3838
info "Build of $full_tag succeeded."

0 commit comments

Comments
 (0)