Make nonfree the official build for Linux.
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
Adam Ierymenko 2025-09-05 17:49:10 -04:00
parent a4d762d404
commit 5db2abab73
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -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 .