intuit / auto

Generate releases based on semantic version labels on pull requests.
https://intuit.github.io/auto/
MIT License
2.26k stars 204 forks source link

Cannot run auto on apple silicon m1 macs #2345

Open ykhandelwal913 opened 1 year ago

ykhandelwal913 commented 1 year ago

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

  1. Install brew using cmg, brew install auto on m1 macs
  2. Execute the cmd auto --version

Expected behavior

It should return the version of auto currently installed.

Screenshots

Environment information:

Additional context

hipstersmoothie commented 1 year ago

oh interesting. would be open to a contribution for this 😬