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}" \
|
||||
--node="${builderName}-${platform/\//-}" \
|
||||
--driver="${DRIVER}" \
|
||||
--driver-opt="${driverOpt}" \
|
||||
--platform="${platform}"
|
||||
)
|
||||
firstNode=0
|
||||
|
@ -64,6 +65,7 @@ if [ "$DRIVER" != "docker" ]; then
|
|||
${BUILDX_CMD} create ${createFlags} \
|
||||
--name="${builderName}" \
|
||||
--driver="${DRIVER}" \
|
||||
--driver-opt="${driverOpt}" \
|
||||
--platform="${PLATFORMS}"
|
||||
)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue