keilerkonzept / terraform-module-versions

CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
MIT License
188 stars 27 forks source link

Building binary for Darwin ARM #104

Open Mallear opened 1 year ago

Mallear commented 1 year ago

Hello there !

Thanks for this nice tool, I needed such a tool for module version management and it's perfect. I even managed to make it work with JFrog private registry by specifying the Authorization header. But I am working with a macbook with M1 chip and had to build it myself, could it be possible to release a binary for arm architecture ?

Thanks !