docker-zerotier-planet/build.sh

8 lines
178 B
Bash
Raw Normal View History

2024-01-06 08:07:05 -05:00
#!/bin/bash
2024-10-12 19:38:34 -04:00
DOCKER_IMAGE="registry.cn-hangzhou.aliyuncs.com/dubux/zerotier-planet"
2024-05-19 10:41:22 -04:00
2024-05-16 17:20:33 -04:00
2024-10-12 09:54:58 -04:00
2024-10-12 19:38:34 -04:00
docker buildx build --platform linux/arm64,linux/amd64 -t "$DOCKER_IMAGE":latest --push .