-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-request] Add ARM64 container for Apple M1 chips #220
Comments
The azurecaf version was upgraded to 1.2.9 which resolved the missing darwin_arm64 binary. And the deprecated template provider was resolved in aztfmod/terraform-azurerm-caf#820. I can now use |
@hyperfocus1337 - I pushed a WIP branch for multi-arch targeting, still a lot of work to do but feel free to test and contribute - https://github.com/aztfmod/rover/tree/AL-M1 |
Available now for testing under roveralpha: https://hub.docker.com/r/aztfmod/roveralpha/tags?page=1&ordering=last_updated |
Awesome, thank you!! |
the build number check is not ok yet, just run export ROVER_RUNNER=true in the meantime |
I can tell testing CAF code locally is noticeable a LOT slower locally compared to our CI.
Would like to see an ARM64 container at some point to somewhat mitigate the performance penalty.
As a sidenote, these providers would first need to get
darwin_arm64
versions to make it work.Thanks for looking into it.
The text was updated successfully, but these errors were encountered: