File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ central-controller: FORCE
419
419
make -j4 ZT_CONTROLLER=1 one
420
420
421
421
central-controller-docker : _buildx FORCE
422
- docker buildx build --platform linux/amd64,linux/arm64 --no-cache -t registry.zerotier.com/zerotier/ztcentral-controller:${TIMESTAMP} -f ext/central-controller-docker/Dockerfile --build-arg git_branch=` git name-rev --name-only HEAD` . --push
423
- @echo Image: registry.zerotier.com/zerotier/ztcentral-controller:${TIMESTAMP}
422
+ docker buildx build --platform linux/amd64,linux/arm64 --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` . --push
423
+ @echo Image: registry.zerotier.com/zerotier-central /ztcentral-controller:${TIMESTAMP}
424
424
425
425
debug : FORCE
426
426
make ZT_DEBUG=1 one
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ _buildx:
184
184
@echo docker buildx inspect --bootstrap
185
185
186
186
central-controller-docker : _buildx FORCE
187
- docker buildx build --platform linux/arm64,linux/amd64 --no-cache -t registry.zerotier.com/zerotier/ztcentral-controller:${TIMESTAMP} -f ext/central-controller-docker/Dockerfile --build-arg git_branch=$(shell git name-rev --name-only HEAD) . --push
188
- @echo Image: registry.zerotier.com/zerotier/ztcentral-controller:${TIMESTAMP}
187
+ docker buildx build --platform linux/arm64,linux/amd64 --no-cache -t registry.zerotier.com/zerotier-central /ztcentral-controller:${TIMESTAMP} -f ext/central-controller-docker/Dockerfile --build-arg git_branch=$(shell git name-rev --name-only HEAD) . --push
188
+ @echo Image: registry.zerotier.com/zerotier-central /ztcentral-controller:${TIMESTAMP}
189
189
190
190
clean :
191
191
rm -rf MacEthernetTapAgent * .dSYM build-* * .a * .pkg * .dmg * .o node/* .o controller/* .o service/* .o osdep/* .o ext/http-parser/* .o $(CORE_OBJS ) $(ONE_OBJS ) zerotier-one zerotier-idtool zerotier-selftest zerotier-cli zerotier doc/node_modules zt1_update_$(ZT_BUILD_PLATFORM ) _$(ZT_BUILD_ARCHITECTURE ) _* zeroidc/target/
You can’t perform that action at this time.
0 commit comments