Pushing multi-arch images from separate action-runners

Hi,
I am building a base image on x86-64 and NVIDIA Jetson (arm64) machines through github actions on two separate self-hosted action runners. What I would like to know is that if it is possible push the two images to a private repository with the same tag, for ex. repo/test:latest (separate OS/ARCH).

Thanks,
Naveen