I think the only option at the moment is to try and build it from the source Dockerfile (this might help, or official docs), or spin it up on a cloud platform such as AWS ECS.
One extra thought: We are planning to start publishing a JAR with the next snowplow-micro release, which will drop sometime over the next couple of weeks. I don’t believe we’ve tested it on M1 Macs yet but you might have some luck running the JAR outside of Docker.
If you’re feeling particularly adventurous and want to try to build it yourself, you could try and build it on your machine using sbt by following how we build it in the GitHub Action.
I’ll drop an extra note here when the next version is out which will make it far easier than building from source.
Yeah, the JAR file isn’t published yet as 1.1.2 isn’t released. It’ll be released in the next couple of weeks, we’re just waiting for another component to be released and upgraded in Micro before pushing the release.