From 01739126e098afe27cc955ee9c00444092f3969c Mon Sep 17 00:00:00 2001 From: Salem Korayem Date: Mon, 13 Dec 2021 21:55:40 +0200 Subject: [PATCH] Added Heroku upgrade with Mac M1 chip --- .../noco-docs/content/en/getting-started/upgrading.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.