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: |
| python3-pip \ | ||
| unzip \ | ||
| wget | ||
| wget \ |
There was a problem hiding this comment.
I see wget now being used in the diff, but what are file & desktop-file-utils for ?
|
@vincele it is building and working |
vincele
left a comment
There was a problem hiding this comment.
LGTM, cannot comment on the binaries though...
Thanks for having removed the unused packages installations.
NOTE: not actually approving, because I'm just a bystander.
I help them some months ago to generate all asrch64 binaries. |
more robust