-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 rebuild package not working - always deploys X86 #8677
Comments
Can you try with v26.0.0-alpha.6? I contributed some changes upstream to |
Can you share a minimum reproducible repo that I could take a look at? This sounds like a bug in To hopefully unblock you, you can use the previous app-builder-bin implementation, set |
The project is currently green shield in github - https://github.com/RobotLab-X/robotlab-x Steps to reproduce should be straight forward: git clone https://github.com/RobotLab-X/robotlab-x.git
cd robotlab-x
yarn install-all
yarn build-client
yarn install-client
yarn package-linux-arm64 An AppImage will get created in dist/packages. Thanks for looking into this :) |
At the moment I have a self-hosted git runner that's building it on a raspi since the cross compiler deployment isn't working |
Trying to cross compile on a github action runner for arm64 (raspi) for serialport bindings
The rebuild reports arm64
The AppImage is arm64 but the serialport/bindings are x86:
The text was updated successfully, but these errors were encountered: