Add info for multi-platform in readme

This commit is contained in:
tchapi 2023-03-20 12:42:38 +01:00
parent cae253919f
commit 3f824686e8

View File

@ -284,6 +284,8 @@ To build the checked out version, just run:
This will build a `davis:latest` image that you can directly use. Do not forget to pass sensible environment variables to the container since the _dist_ `.env` file will take precedence if no `.env.local` or environment variable is found.
You can use `--platform` to specify the platform to build for. Currently, `arm64` (ARMv8) and `amd64` (x86) are supported.
## Docker images
For each release, a Docker image is built and published in the [Github package repository](https://github.com/tchapi/davis/pkgs/container/davis).