mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-20 13:42:58 +02:00
Make nonfree the official build for Linux.
This commit is contained in:
parent
a4d762d404
commit
5db2abab73
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ distclean: clean
|
||||||
realclean: distclean
|
realclean: distclean
|
||||||
|
|
||||||
official: FORCE
|
official: FORCE
|
||||||
make -j`nproc` ZT_OFFICIAL=1 all
|
make -j`nproc` ZT_OFFICIAL=1 ZT_NONFREE=1 all
|
||||||
|
|
||||||
docker: FORCE
|
docker: FORCE
|
||||||
docker build --no-cache -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
|
docker build --no-cache -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
|
||||||
|
|
Loading…
Add table
Reference in a new issue