diff --git a/build.sh b/build.sh index b90f4d0..e61c2af 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ source ./tools/download_sigstruct.sh # Fix multiplatform build memory issues # https://github.com/docker/build-push-action/issues/621#issuecomment-1383624173 export CARGO_NET_GIT_FETCH_WITH_CLI=true -cargo build --jobs 1 --release --locked -p mc-mobilecoind -p mc-admin-http-gateway +cargo build --release --locked -p mc-mobilecoind -p mc-admin-http-gateway cat << EOF > "docker-readme.md" # mobilecoind ($NETWORK, mobilecoin.git @ ${GIT_REV})