mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-03-13 07:58:13 -04:00
Optimize ZeroTier build process with parallel compilation
Some checks failed
Docker Build on ZeroTier / check-and-build (push) Has been cancelled
Some checks failed
Docker Build on ZeroTier / check-and-build (push) Has been cancelled
- Added `-j` flag to make command for faster build times - Enables parallel compilation during ZeroTier build
This commit is contained in:
parent
c607b5d713
commit
5f6260ff12
@ -24,7 +24,7 @@ RUN set -x\
|
|||||||
&& git checkout ${TAG}\
|
&& git checkout ${TAG}\
|
||||||
&& echo "切换到tag:${TAG}"\
|
&& echo "切换到tag:${TAG}"\
|
||||||
&& make ZT_SYMLINK=1 \
|
&& make ZT_SYMLINK=1 \
|
||||||
&& make\
|
&& make -j\
|
||||||
&& make install\
|
&& make install\
|
||||||
&& echo "make success!"\
|
&& echo "make success!"\
|
||||||
; zerotier-one -d \
|
; zerotier-one -d \
|
||||||
|
Loading…
Reference in New Issue
Block a user