mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
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…
x
Reference in New Issue
Block a user