Merge pull request #784 from crazy-max/fix-e2e

Driver opt not used in e2e tests
This commit is contained in:
Tõnis Tiigi
2021-09-29 08:18:49 -07:00
committed by GitHub

View File

@ -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