Skip to content

Commit

Permalink
fix: force docker to use linux/amd64 platform (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdollahpour-ol authored Jun 14, 2024
1 parent d9b5621 commit d8fb9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release_scripts/run_macaron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,9 @@ else
fi
fi

# Force docker to use linux/amd64 platform in order to make docker use emulation on ARM host platforms.
docker run \
--platform=linux/amd64 \
--network=host \
--rm -i "${tty[@]}" \
-e "USER_UID=${USER_UID}" \
Expand Down

0 comments on commit d8fb9ee

Please sign in to comment.