mirror of https://github.com/docker/buildx.git
Driver opt not used in e2e tests
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c05a6eb2c1
commit
c82dbafaee
|
@ -50,6 +50,7 @@ if [ "$DRIVER" != "docker" ]; then
|
||||||
--name="${builderName}" \
|
--name="${builderName}" \
|
||||||
--node="${builderName}-${platform/\//-}" \
|
--node="${builderName}-${platform/\//-}" \
|
||||||
--driver="${DRIVER}" \
|
--driver="${DRIVER}" \
|
||||||
|
--driver-opt="${driverOpt}" \
|
||||||
--platform="${platform}"
|
--platform="${platform}"
|
||||||
)
|
)
|
||||||
firstNode=0
|
firstNode=0
|
||||||
|
@ -64,6 +65,7 @@ if [ "$DRIVER" != "docker" ]; then
|
||||||
${BUILDX_CMD} create ${createFlags} \
|
${BUILDX_CMD} create ${createFlags} \
|
||||||
--name="${builderName}" \
|
--name="${builderName}" \
|
||||||
--driver="${DRIVER}" \
|
--driver="${DRIVER}" \
|
||||||
|
--driver-opt="${driverOpt}" \
|
||||||
--platform="${PLATFORMS}"
|
--platform="${PLATFORMS}"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue