The documentation [here](https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/scalability_and_performance/clusters-at-the-network-far-edge) mentions running the image: ```shell podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.14 extract /home/ztp --tar | tar x -C ./out ``` This image is incompatible with arm64 environments (such as M-series Mac development machines). Can we update the image building process to build everything for arm64 as well and push a multi-arch manifest to the image registry?