Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
build: set JOBS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Dec 5, 2023
1 parent ba50fa0 commit f5f9e39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ farch=x64
darch=linux/amd64
# glibc v2.31 (like Ubuntu 20.04)
nodeDist=bullseye
# TODO: set mirror

# TODO: set mirror?

# allow parallel builds
export JOBS=max

if [[ "$ARCH" = "aarch64" ]]; then
farch=arm64
Expand Down

0 comments on commit f5f9e39

Please sign in to comment.