mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +08:00
Merge pull request #784 from crazy-max/fix-e2e
Driver opt not used in e2e tests
This commit is contained in:
commit
e50c9ae7be
@ -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…
x
Reference in New Issue
Block a user