Hey guys,
I'm currently a bit stuck in the process of releasing a Multiplatform project with different native targets (Linux, macOS(x64 and arm64) and Windows).
I want to support all of them, but I only have access to windows, macOSX64 and linux via GitHub Actions.
Question:
* Can I split up the publishing part (to an maven repo) on different machines? So on release, I spin up three different machines (linux, macOs, windows) and all of them publish their respective target to the same (single) repo?
* How can I publish for macOSarm64? There are no GitHub runners yet with arm64 support... Is macOSX64 able to publish arm code as well? Or do I have to fallback to my personal machine in this case 😁 ?
Thanks and a nice Friday, wherever you are in the world 🌍