Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64 binary does not work on AWS EC2 ARM #4006

Closed
tytanick opened this issue Sep 5, 2024 · 4 comments
Closed

arm64 binary does not work on AWS EC2 ARM #4006

tytanick opened this issue Sep 5, 2024 · 4 comments

Comments

@tytanick
Copy link

tytanick commented Sep 5, 2024

I am trying to execute arm64 binary on AWS Amazon Graviton ARM64 debian and getting error:

./relay: cannot execute binary file: Exec format error

Linux #24~22.04.1-Ubuntu SMP Sat Jul 20 10:48:15 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux

@jjbayer
Copy link
Member

jjbayer commented Sep 6, 2024

@tytanick thanks for the report! How did you retrieve the binary? We do not currently release one (see #3497). #3943 might be related.

@tytanick
Copy link
Author

tytanick commented Sep 6, 2024

Yeah might be related.
We used binaries from amd64 on arm64 so the error is normal.
Then we tried to compile relay on arm64 but make release throws error like oit of memory. We do have 8gb of mem there so not sure why this happened.

Anyway, can tou guys make arm64 binary or maybe send it to me if anyone has it ?

@jjbayer
Copy link
Member

jjbayer commented Sep 6, 2024

Anyway, can tou guys make arm64 binary

@tytanick Yes, we have a task to release ARM binaries on our backlog: #3497

Will close this ticket in the mean time.

@Dav1dde
Copy link
Member

Dav1dde commented Sep 6, 2024

You can grab the binary from the arm64 docker container published on dockerhub and github. Or grab a nightly build from CI, for example from here (if it's not expired yet), at the bottom of the page relay@aarch64-unknown-linux-gnu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants