mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 20:58:14 -05:00
8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DOCKER_IMAGE="registry.cn-hangzhou.aliyuncs.com/dubux/zerotier-planet"
|
|
|
|
|
|
|
|
docker buildx build --platform linux/arm64,linux/amd64 -t "$DOCKER_IMAGE":latest --push .
|