mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
tweaking
This commit is contained in:
parent
cd500263fe
commit
7e63b382a8
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ docker buildx build \
|
||||||
--build-arg DEB_ARCH="${DEB_ARCH}" \
|
--build-arg DEB_ARCH="${DEB_ARCH}" \
|
||||||
--build-arg DNF_ARCH="${DNF_ARCH}" \
|
--build-arg DNF_ARCH="${DNF_ARCH}" \
|
||||||
--build-arg VERSION="${VERSION}" \
|
--build-arg VERSION="${VERSION}" \
|
||||||
|
--build-arg DOCKER_ARCH="${DOCKER_ARCH}" \
|
||||||
--platform "linux/${DOCKER_ARCH}" \
|
--platform "linux/${DOCKER_ARCH}" \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
-f ${DOCKERFILE} \
|
-f ${DOCKERFILE} \
|
||||||
-t test \
|
-t test \
|
||||||
. \
|
.
|
||||||
|
|
Loading…
Add table
Reference in a new issue