fix central controller build from linux

This commit is contained in:
Grant Limberg 2021-07-27 10:18:48 -07:00
parent 663e748b8d
commit 5623a0b420

View File

@ -349,7 +349,7 @@ central-controller: FORCE
make -j4 ZT_CONTROLLER=1 ZT_USE_X64_ASM_ED25519=1 one make -j4 ZT_CONTROLLER=1 ZT_USE_X64_ASM_ED25519=1 one
central-controller-docker: FORCE central-controller-docker: FORCE
docker build --no-cache -t docker.zerotier.com/zerotier-central/ztcentral-controller:${TIMESTAMP} -f ext/central-controller-docker/Dockerfile --build-arg git_branch=`git name-rev --name-only HEAD` . docker build --no-cache -t registry.zerotier.com/zerotier-central/ztcentral-controller:${TIMESTAMP} -f ext/central-controller-docker/Dockerfile --build-arg git_branch=`git name-rev --name-only HEAD` .
debug: FORCE debug: FORCE
make ZT_DEBUG=1 one make ZT_DEBUG=1 one