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

Missing linux-arm64 binary #108

Open
olegafx opened this issue Sep 4, 2024 · 3 comments
Open

Missing linux-arm64 binary #108

olegafx opened this issue Sep 4, 2024 · 3 comments

Comments

@olegafx
Copy link

olegafx commented Sep 4, 2024

Hi, @dmtrKovalenko,

v3.1.1 is missing the binary for linux-arm64. It says, Sorry your platform or architecture is not supported. I checked the source, and it is indeed missing from the list of supported architectures.

There are no problems with v3.0.1, though.

@dmtrKovalenko
Copy link
Owner

This is interesting because we never compiled for linux-arm64. Will spend some time figuring this out, would like to provide a native binary but GitHub does not provide Linux arm runners

@dmtrKovalenko
Copy link
Owner

after a bit of investigation I think we have been running x86 binary through qemu before which is meeh not that good.

Here are a few options I think of:

  1. I think you are still able to manually run it through qemu by linking against x86 binary
  2. You can clone and compile the project (it should be super trivial by following build.yml github action)
  3. or maybe your company would like to provide some infrastructure for linux-arm64 github runner so we can provide a prebuilt runner

@olegafx
Copy link
Author

olegafx commented Sep 4, 2024

Looks like the GitHub runner will become available pretty soon, so it's better to just wait for it.

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

No branches or pull requests

2 participants