v 27.1 Darwin download contains ARM only build
Summary
version 27.1 contains a version that is only available on arm macs
Node version
27.1
Build details
/Volumes/nano-node-27.1.0-Darwin/Nano.app/Contents/MacOS/nano_node: Mach-O 64-bit executable arm64
OS and version
13.6
Steps to reproduce the behavior
file /Volumes/nano-node-27.1.0-Darwin/Nano.app/Contents/MacOS/nano_node
Expected behavior
should also work on intel macs (?)
Actual behavior
arm only
Possible solution
make an universal build
Supporting files
No response
i can confirm this does NOT work on Intel Macs anymore
I tried to make universal mac builds work in this PR https://github.com/nanocurrency/nano-node/pull/4866 but I encountered issues with cross compiling boost context and crypto libraries. Given that latest github mac runners are arm exclusive we probably won't be able to fix this easily.