If I compile the app from a mac intel, the dmg wil...
# compose-desktop
u
If I compile the app from a mac intel, the dmg will work on mac arm ?
m
Yes, but only via Rosetta 2. After all it is an Intel binary that you are trying to run on an ARM mac.
u
No solution to compile for ARM from github cli ?
m
Of course. That’s what I do. Just build your app on a Mac GitHub runner via a GitHub action. Their runners are ARM runners now by default.
u
Oh thanks !