-
Notifications
You must be signed in to change notification settings - Fork 827
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
Update 2d_appimage.sh #1526
base: main
Are you sure you want to change the base?
Update 2d_appimage.sh #1526
Conversation
I've can build on raspberry pi and jetson agx orin :) |
Hi @johnnynunez , thank you for the PR! |
I can create it with arm! |
Great! Does it mean that the only thing to do was to use the arm linuxdeploy version and then meshlab built and run out of the box? |
yes, linuxdeploy(that I build manually because not exists for arm either) and appImage for arm64 for create meshlab app
so if you want to use my files of linuxdeploy and create two folder x86 and arm64 feel free. |
Did you check the linuxdeploy github repo? They have builds also for arm64: https://github.com/linuxdeploy/linuxdeploy/releases Anyway, the Dockerfile in the .devcontainer directory is not related with the github actions runner. |
yes, but not all plugins are build |
I see. linuxdeploy-plugin-qt does ship for arm, but linuxdeploy-plugin-appimage does not at the moment. |
Anyway, I still don't see why appimagetool should be available in the deploy script. |
@alemuntoni ready for merge |
That's right, and I have compiled the repositories for aarch64, for the jetson agx orin and future jetson thor. |
@alemuntoni Now it is possible to add CI ARM64 directly on github actions: |
more robust