auto
auto copied to clipboard
Cannot run auto on apple silicon m1 macs
We are using auto for the release management and do install auto using the brew package.
But when installing the same on M1 and trying to access the auto, getting -bash: /opt/homebrew/bin/auto: Bad CPU type in executable
To Reproduce
- Install brew using cmg,
brew install auto
on m1 macs - Execute the cmd
auto --version
Expected behavior
It should return the version of auto currently installed.
Screenshots
Environment information:
Additional context
oh interesting. would be open to a contribution for this 😬