not sure whether this is the preferred method or what, but i use `docker buildx` -- eg:
docker buildx build --tag myimage:mytag --platform linux/amd64,linux/arm64 .
this builds the image inside a qemu vm for the non-native architecture
not sure whether this is the preferred method or what, but i use `docker buildx` -- eg:
docker buildx build --tag myimage:mytag --platform linux/amd64,linux/arm64 .
this builds the image inside a qemu vm for the non-native architecture