Hey devs! I understand the work on this is early for broad validator node support. But can we prioritize adding ARM support for the binary on both Mac and Ubuntu please? Currently the executable binary is only compiled for x86. For broader adoption of larger number of validators and flexibility in the network, ARM support would be wonderful.
readelf -h ubuntu24.04build/qubeticsd | grep "Machine"
Machine: Advanced Micro Devices X86-64
file qubeticsd
qubeticsd: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
I am running into an issue during node setup due to running my Node on Ubuntu aarch64
Enter the Name for the node:
============================================================================================================
bannonvalidator
./qubetics_ubuntu_node.sh: line 99: /usr/local/bin/qubeticsd: cannot execute binary file: Exec format error
Root cause is the lack of support for ARM @NodeNavigator
Hey devs! I understand the work on this is early for broad validator node support. But can we prioritize adding ARM support for the binary on both Mac and Ubuntu please? Currently the executable binary is only compiled for x86. For broader adoption of larger number of validators and flexibility in the network, ARM support would be wonderful.
I am running into an issue during node setup due to running my Node on Ubuntu aarch64
Root cause is the lack of support for ARM @NodeNavigator