Rome
Rome copied to clipboard
Add Rome arm64 release artifact
Enhancement Suggestion / Bug Report
[Short description of suggestion or bug]
Currently Rome release just ships an x86_64 binary and it makes arm64 machines to use Rosetta
/Users/lucasmarcal/Downloads/rome: Mach-O 64-bit executable x86_64
Running
arch -arm64 rome
output:
arch: posix_spawnp: rome: Bad CPU type in executable
Steps which explain the enhancement or reproduce the bug
- [First Step]
- [Second Step]
- [Other Steps...]
Current behavior
[Describe current behavior here]
Suggested behavior
[Describe suggested behavior here]
Why would the enhancement be useful to most users
[Explain why the enhancement would be useful to most users, list some use cases]
Rome version:
Latest
OS and version:
macOS Ventura arm64
FYI @tmspzz
Hi @lucasmarcal-faire did u manage to find a work around for this error? I run into this on CI so need a script solution
Hey! Yep, using Rosetta 2 workarounds the issue. Not the best, but enough to unblock us :/