Skip to content

Commit 0dd1339

Browse files
pvizeliagners
andauthored
Explain the dockerfile arch handling (#1545)
* Update configuration.md * Update docs/add-ons/configuration.md Co-authored-by: Stefan Agner <[email protected]> Co-authored-by: Stefan Agner <[email protected]>
1 parent 5b09050 commit 0dd1339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/add-ons/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ LABEL \
8282
io.hass.arch="armhf|aarch64|i386|amd64"
8383
```
8484

85-
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`.
85+
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`.
8686

8787
### Build Args
8888

0 commit comments

Comments
 (0)