Hi Team,
I’m in the process of setting up my air-gapped machine, I’ve copied the cardano-cli binary over from my hot environment but am encountering an error when trying to execute the binary.
For example, when I run ./cardano-cli version, i get:
-bash: ./cardano-cli: cannot execute binary file: Exec format error.
Do I have to also install libsodium? I’m thinking about building the node from source to mirror my hot environment completely.
Thank you!