nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

v 27.1 Darwin download contains ARM only build

Open suschizu opened this issue 1 year ago • 2 comments

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

suschizu avatar Sep 10 '24 20:09 suschizu

i can confirm this does NOT work on Intel Macs anymore

core-code avatar Oct 02 '24 20:10 core-code

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.

pwojcikdev avatar Mar 22 '25 14:03 pwojcikdev