We're looking to test, and build, some CLI tools on Apple Silicon. The landscape for this among all the other classic hosts (GitHub Actions, Azure, etc) is looking pretty sad at the moment (mostly due to Apple's "24-hour" virtualization policy.)
If we want to compile for M1 in the cloud, it's looking like Xcode Cloud is the only place to do it.
Has anyone established a workflow for this? Is it necessary to create a fake "app" or something like that, or can one run arbitrary compilation-tasks on the M1 hosts?