LPGhatguy / aftman

Aftman, the prodigal sequel to Foreman
MIT License
157 stars 16 forks source link

`macos-x86_64` being installed instead of `macos-aarch64` #59

Closed sasial-dev closed 4 months ago

sasial-dev commented 7 months ago

I'm installing rojo 7.4.0, and the wrong arch is installed for my system. Although x86_64 is compatible via Rosetta 2, aarch64 should be installed as the prefered binary

jackTabsCode commented 4 months ago

@sasial-dev After building Aftman from source, I don't experience this issue anymore, but I still do with the released version. No clue what is going on but maybe you could test this as well?

filiptibell commented 4 months ago

@jackTabsCode it's because the latest release of Aftman on GitHub is not actually built for aarch64, so Aftman thinks its running on x86_64, check out this other duplicate issue: https://github.com/LPGhatguy/aftman/issues/48

LPGhatguy commented 4 months ago

Whoops, sorry, I didn't realize this was just waiting on me to cut a release. Been awhile since I've checked in!

Release going out ASAP.