diff --git a/packages/noco-docs/content/en/getting-started/upgrading.md b/packages/noco-docs/content/en/getting-started/upgrading.md index 59785720f0..63825681eb 100644 --- a/packages/noco-docs/content/en/getting-started/upgrading.md +++ b/packages/noco-docs/content/en/getting-started/upgrading.md @@ -67,6 +67,14 @@ docker push registry.heroku.com//web heroku container:release -a web ``` +> Note if you're using *Apple M1 chipset*: +> +> Make sure you change Docker's default architecture to `linux/amd64` by running the following command _before_ executing the aforementioned steps +> +> ```export DOCKER_DEFAULT_PLATFORM=linux/amd64``` +> +> Source: https://medium.com/geekculture/from-apple-silicon-to-heroku-docker-registry-without-swearing-36a2f59b30a3 + ### Using GitHub Fork the [nocodb-seed-heroku repository](https://github.com/nocodb/nocodb-seed-heroku) to your GitHub account.