README.md in kitchen-docker-2.11.0 vs README.md in kitchen-docker-2.12.0
- old
+ new
@@ -594,9 +594,23 @@
```yaml
use_internal_docker_network: true
```
+### docker_platform
+
+Configure the CPU platform (architecture) used by docker to build the image.
+
+Examples:
+
+```yaml
+ docker_platform: linux/arm64
+```
+
+```yaml
+ docker_platform: linux/amd64
+```
+
## Development
* Source hosted at [GitHub][repo]
* Report issues/questions/feature requests on [GitHub Issues][issues]