-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
fan2go Linux ARM64 release is actually X86-64 #269
Comments
Huh, thats interesting. The workflow explicitly sets the target architecture, but maybe this changed at some point? |
Ok so I took a quick look. Seems like the problem is two-fold:
Fixing the first could be done by explicitly setting the environment variables on the same line as the So in conclusion I think the best solution would be actually run the |
Yeah, there are some Actions plugins for this.
|
I have played around with this one yesterday: I cannot get it past this error though: I get the same error when I try to compile it locally on my x64 machine. Since I have no idea how all of this works in detail, I guess using a VM is still the way to go.
|
Describe the bug
As the title says...
To Reproduce
Steps to reproduce the behavior:
fan2go-linux-arm64
readelf -h fan2go-linux-arm64
Expected behavior
fan2go-linux-arm64
is a ARM64 executable.The text was updated successfully, but these errors were encountered: