Browse Source

Merge pull request #863 from Korayem/patch-1

Added Heroku upgrade with Mac M1 chip
pull/872/head
Navi 3 years ago committed by GitHub
parent
commit
6cbfdcbf4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      packages/noco-docs/content/en/getting-started/upgrading.md

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

@ -67,6 +67,14 @@ docker push registry.heroku.com/<Heroku App Name>/web
heroku container:release -a <Heroku App Name> 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.

Loading…
Cancel
Save