Perseus try to run binary on cross build aarch64
#288
martadinata666
started this conversation in
General
Replies: 2 comments 3 replies
-
I think |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes, set env or passing will do, but the problem is perseus try to run the binary in the end, resulting failure. I browse around the help there is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to deploy perseus using
As cargo usual flow, cross build should be seamsless with
x86_64
hostAnd I assume perseus try to run it at the end? How do I disable this behavior? Or correct command that only builds the
app
? Which obviously will fail due to mismatch architecture,perseus deploy --help
seems don't have a switch to disable it.it detect libc6:arm64 not the cross libc6-arm64-cross https://packages.debian.org/search?searchon=contents&keywords=%2Flib%2Fld-linux-aarch64.so.1&mode=path&suite=stable&arch=any
Update: in the end, I manually replace the binary after
perseus deploy
from at x86_64 target.Thanks you ☕
Beta Was this translation helpful? Give feedback.
All reactions