Skip to content

Commit 9089adc

Browse files
fix: force docker to use linux/amd64 platform (#768)
1 parent bf7dc90 commit 9089adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release_scripts/run_macaron.sh

+2
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,9 @@ else
584584
fi
585585
fi
586586

587+
# Force docker to use linux/amd64 platform in order to make docker use emulation on ARM host platforms.
587588
docker run \
589+
--platform=linux/amd64 \
588590
--network=host \
589591
--rm -i "${tty[@]}" \
590592
-e "USER_UID=${USER_UID}" \

0 commit comments

Comments
 (0)