https://github.com/CudoVentures/cudos-node/blob/ed5a355b592ea93ce0cd35f2ef778a8cf18343a7/Makefile#L17
On ARM devices, L17 needs to look like:
install: export CGO_LDFLAGS="-Wl,-rpath,$$ORIGIN/../" (Just a change from an = to a , before $$ORIGIN)
Can we test this on different devices and see if this works with the change on all devices?
Otherwise, handle this automatically based on system architecture
Thanks team!