From c132eb2f828df53c212006a9aa21b4b2dd13fdcc Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 31 Jul 2017 22:10:18 +0200 Subject: [PATCH] Update addon_config.markdown --- source/developers/hassio/addon_config.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/developers/hassio/addon_config.markdown b/source/developers/hassio/addon_config.markdown index c77fb780df1..9719922e80a 100644 --- a/source/developers/hassio/addon_config.markdown +++ b/source/developers/hassio/addon_config.markdown @@ -64,6 +64,8 @@ It is possible to use own base image with follow schema: #aarch64:FROM... ``` +Or if you not want to do a multi arch build/support you can also use a simle docker `FROM`. + ## {% linkable_title Add-on config %} The config for an add-on is stored in `config.json`.