Removed platform specification in dockcross.sh

This commit is contained in:
Paolo Bosetti 2022-12-17 14:19:49 +01:00
parent 0d31400b97
commit b3e8189ea5

View File

@ -242,7 +242,6 @@ TTY_ARGS=
tty -s && [ -z "$MSYS" ] && TTY_ARGS=-ti
CONTAINER_NAME=dockcross_$RANDOM
$OCI_EXE run $TTY_ARGS --name $CONTAINER_NAME \
--platform linux/amd64 \
-v "$HOST_PWD":/work \
$HOST_VOLUMES \
"${USER_IDS[@]}" \