Update README.md

This commit is contained in:
bjoernellens1 2023-10-23 14:42:56 +02:00 committed by GitHub
parent 53c60ad12d
commit 6e66e4c8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
This template repository should give a good overview on how to build your own ROS2 development instance and produce a new hosted docker image out of it. This template repository should give a good overview on how to build your own ROS2 development instance and produce a new hosted docker image out of it.
## Only needed for multiplatform images ##### Only needed for multiplatform images
Following this guide you will also be able to do multiplatform builds with docker buildx. Following this guide you will also be able to do multiplatform builds with docker buildx.
To build multiplatform images need binfmt dependencies for arm64 architecture as requirement (The resulting image works on PCs as well as Jetson Nano, Raspberry Pi, Apple Silicon Devices). To build multiplatform images need binfmt dependencies for arm64 architecture as requirement (The resulting image works on PCs as well as Jetson Nano, Raspberry Pi, Apple Silicon Devices).
The sections for multiplatform builds are commented out in the configuration files so you also need to uncomment these lines. The sections for multiplatform builds are commented out in the configuration files so you also need to uncomment these lines.