Skip to content

Commit

Permalink
docs: update the platform for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 8, 2024
1 parent c04ac70 commit a92249f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a92249f

Please sign in to comment.