Browse Source

Make nonfree the official build for Linux.

pull/4/head
Adam Ierymenko 6 months ago
parent
commit
5db2abab73
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 2
      make-linux.mk

2
make-linux.mk

@ -453,7 +453,7 @@ distclean: clean
realclean: distclean
official: FORCE
make -j`nproc` ZT_OFFICIAL=1 all
make -j`nproc` ZT_OFFICIAL=1 ZT_NONFREE=1 all
docker: FORCE
docker build --no-cache -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .

Loading…
Cancel
Save