mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 21:43:08 +00:00
fix central controller build from linux
This commit is contained in:
parent
663e748b8d
commit
5623a0b420
@ -349,7 +349,7 @@ central-controller: FORCE
|
||||
make -j4 ZT_CONTROLLER=1 ZT_USE_X64_ASM_ED25519=1 one
|
||||
|
||||
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
|
||||
make ZT_DEBUG=1 one
|
||||
|
Loading…
Reference in New Issue
Block a user