Browse Source

docs : updating docs

Signed-off-by: Naveen MR <oof1lab@gmail.com>
pull/872/head
Naveen MR 3 years ago
parent
commit
9dacf995b7
  1. 8
      packages/noco-docs/content/en/getting-started/upgrading.md

8
packages/noco-docs/content/en/getting-started/upgrading.md

@ -67,13 +67,13 @@ docker push registry.heroku.com/<Heroku App Name>/web
heroku container:release -a <Heroku App Name> web heroku container:release -a <Heroku App Name> web
``` ```
> Note if you're using *Apple M1 chipset*: #### On Apple M1 Chipset
>
> Make sure you change Docker's default architecture to `linux/amd64` by running the following command _before_ executing the aforementioned steps > Please 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``` > ```export DOCKER_DEFAULT_PLATFORM=linux/amd64```
> >
> Source: https://medium.com/geekculture/from-apple-silicon-to-heroku-docker-registry-without-swearing-36a2f59b30a3 > More details [here](https://medium.com/geekculture/from-apple-silicon-to-heroku-docker-registry-without-swearing-36a2f59b30a3).
### Using GitHub ### Using GitHub

Loading…
Cancel
Save