Building on multiple runners is possible ```yaml runs-on: ubuntu-24.04-arm ``` but perhaps the simplest approach is to first try: ``` podman build --platform linux/amd64,linux/arm64/v8 ... ```