mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-23 05:08:14 -05:00
10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
USER=zerotier
|
|
REPO=ZeroTierOne
|
|
DOCKER_IMAGE="xubiaolin/zerotier-planet"
|
|
|
|
|
|
|
|
docker buildx build --platform linux/arm64,linux/amd64 -t "$DOCKER_IMAGE":latest .
|