mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Explain the dockerfile arch handling (#1545)
* Update configuration.md * Update docs/add-ons/configuration.md Co-authored-by: Stefan Agner <stefan@agner.ch> Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
5b090504f0
commit
0dd1339db1
@ -82,7 +82,7 @@ LABEL \
|
||||
io.hass.arch="armhf|aarch64|i386|amd64"
|
||||
```
|
||||
|
||||
It is possible to use your own base image with `build.yaml` or if you do not need support for automatic multi-arch building you can also use a simple docker `FROM`.
|
||||
It is possible to use your own base image with `build.yaml` or if you do not need support for automatic multi-arch building you can also use a simple docker `FROM`. You can also suffix the Dockerfile with the specific architecture to use a specific Dockerfile for a particular architecture, i.e. `Dockerfile.amd64`.
|
||||
|
||||
### Build Args
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user