How do you `docker buildx build` for ARM v6 on QEMU emulated platforms that present as arm7l to the build container?
When you build a Docker image with docker buildx build
and specify ‘–platform=linux/arm/v6’, the build container runs as arm7l
rather than the expected arm6l
, which creates issues if the build process assumes the observed CPU architecture is the actual target.