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

Driver opt not used in e2e tests
pull/791/head
Tõnis Tiigi 4 years ago committed by GitHub
commit e50c9ae7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save