rover
rover copied to clipboard
Please supply arm64 image for M1 mac
This can be easily be done by using buildx (see this example: https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md).
Hey @brtknr, sorry for the late response. Would this be different from the existing linux/arm64 zip? rover was built using go 1.17 so should support the M1 chip
You can find all binaries compiled for the various OS/Arch here: https://github.com/im2nguyen/rover/releases/tag/v0.2.2.
I was talking about the docker image in particular :)
Ooh, that makes more sense. My bad!
I created a PR for it. In the process of potentially cutting a new version by mid next week, will merge the changes and push the latest image then!