Merge pull request #710 from thewtex/mac-m1

dockcross-script: Specify --platform flag
This commit is contained in:
Matt McCormick
2022-07-02 12:29:51 -04:00
committed by GitHub

View File

@ -242,6 +242,7 @@ 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[@]}" \