Build and run the Docker image on your ARM device. Cross-compile Flexo on an x86-device and move the binary to the ARM device. Requirescross. Also requires adding openssl as a vendored dependency: Addopenssl = { version = "0.10", features = ["vendored"] }to the[dependencies]section in...
Build and install the AUR package on your ARM device (recommended). Build and run the Docker image on your ARM device. Cross-compile Flexo on an x86-device and move the binary to the ARM device. Requires cross. Also requires adding openssl as a vendored dependency: Add openssl = { ...