From 7b9a8e5da930ef2cc5d25bdcfe8e904c7fdf5b53 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 13 Dec 2024 20:10:26 +0100 Subject: [PATCH] Add risc --- docs/guide/installation/02_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation/02_docker.md b/docs/guide/installation/02_docker.md index 6efe892474ca7..9926ef3326924 100755 --- a/docs/guide/installation/02_docker.md +++ b/docs/guide/installation/02_docker.md @@ -6,7 +6,7 @@ next: ../configuration/ It is possible to run Zigbee2MQTT in a Docker container using the official [Zigbee2MQTT Docker image](https://hub.docker.com/r/koenkk/zigbee2mqtt/). -This image support the following architectures: `386`, `amd64`, `arm/v6`, `arm/v7`, `arm64`. +This image support the following architectures: `i386`, `amd64`, `arm/v6`, `arm/v7`, `arm64` and `riscv64`. Since Zigbee2MQTT images are manifest listed, Docker will auto-detect the architecture and pull the right image. Start by figuring out the location of your adapter as explained [here](../configuration/adapter-settings.md#determine-location-of-the-adapter).