Skip to content

Commit

Permalink
Merge pull request #407 from dipesh-rawat/fix-site-build-m1-mac
Browse files Browse the repository at this point in the history
Add note for Apple Silicon Mac Users
  • Loading branch information
k8s-ci-robot authored Jun 7, 2023
2 parents 927c152 + 0e69029 commit 88b7057
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ To ensure you can view the site with externally sourced content, run
`make container-gen-content` before previewing the site by with
`make container-server`.

**NOTE to Apple Silicon Mac Users**

Before proceeding with the build steps, please ensure that you set the
`DOCKER_DEFAULT_PLATFORM` environment variable to `linux/amd64` by using the
following command:

```
export DOCKER_DEFAULT_PLATFORM=linux/amd64
```

### Natively

Expand Down

0 comments on commit 88b7057

Please sign in to comment.