mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
fixbuild
This commit is contained in:
parent
c526712145
commit
de2e55d20f
2
build.sh
2
build.sh
@ -15,4 +15,4 @@ latest_docker_tag=$(curl -s "https://hub.docker.com/v2/repositories/${DOCKER_IMA
|
|||||||
|
|
||||||
echo "Latest tag for $USER/$REPO matching latest is: $latest_tag"
|
echo "Latest tag for $USER/$REPO matching latest is: $latest_tag"
|
||||||
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -t "$DOCKER_IMAGE":latest --push .
|
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -t "$DOCKER_IMAGE":latest --push .
|
||||||
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7-t "${DOCKER_IMAGE}:${latest_tag}" --push .
|
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -t "${DOCKER_IMAGE}:${latest_tag}" --push .
|
||||||
|
Loading…
Reference in New Issue
Block a user