mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 12:47:26 +01:00
Do not force platform in docker run
As the images are not multi-platform, there is no need to hard-code `--platform linux/amd64` which doesn't work properly for x86 images
This commit is contained in:
parent
699a52c3e5
commit
c1ce207a34
@ -242,7 +242,6 @@ TTY_ARGS=
|
|||||||
tty -s && [ -z "$MSYS" ] && TTY_ARGS=-ti
|
tty -s && [ -z "$MSYS" ] && TTY_ARGS=-ti
|
||||||
CONTAINER_NAME=dockcross_$RANDOM
|
CONTAINER_NAME=dockcross_$RANDOM
|
||||||
$OCI_EXE run $TTY_ARGS --name $CONTAINER_NAME \
|
$OCI_EXE run $TTY_ARGS --name $CONTAINER_NAME \
|
||||||
--platform linux/amd64 \
|
|
||||||
-v "$HOST_PWD":/work \
|
-v "$HOST_PWD":/work \
|
||||||
$HOST_VOLUMES \
|
$HOST_VOLUMES \
|
||||||
"${USER_IDS[@]}" \
|
"${USER_IDS[@]}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user