From a92249f3b12a9545e8606c853e469a873a0f47a3 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 9 Nov 2024 02:57:35 +0700 Subject: [PATCH] docs: update the platform for docker --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a1bb91f..618d6b6 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,16 @@ FE_COMMAND=dev > > - Please get `GIT_TOKEN` from [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic). +### 💻 Start in Mac with arm64 + +To run as amd64. You need to set the default platform to `linux/amd64`: + +```shell +export DOCKER_DEFAULT_PLATFORM=linux/amd64 +``` + +### Run the runner + Then, you can just run the following command to start the runner. ```bash