GeoDB-Limited / odin-testnet-public-tools

5 stars 4 forks source link

ARM linux not supported by docker init and node #6

Open tiliarou opened 3 years ago

tiliarou commented 3 years ago

Is there a way to port or use alternate setup to run the nodes from ARM linux VM ? Currently it gives error and exits instantly: standard_init_linux.go:228: exec user process caused: exec format error

iprouteth0 commented 3 years ago

I believe the owasp module that is used (either a docker module, or golang module is the one that is specifically incompatible with ARM. I've tried building the Odin-core repo outside of a container and found this to be the trouble.

EDIT: owasp I believe is part of cosmos SDK