-
Hi all,
But the new appimage is ELF/x86_64. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Use the aarch/armhf appimagetool AppImage, not appimagetool-x86_64.AppImage. |
Beta Was this translation helpful? Give feedback.
-
I've tried:root@visual-lvm-builder:/proj/vlvm# ARCH=aarch64 /mnt/hgfs/work/appimagetool-x86_64.AppImage --runtime-file=qemu-aarch64-static arm64/visual-lvm-remote/appimage/ Androot@visual-lvm-builder:/proj/vlvm# ARCH=aarch /mnt/hgfs/work/appimagetool-x86_64.AppImage --runtime-file=qemu-aarch64-static arm64/visual-lvm-remote/appimage/ But I'm sure the qemu files were installed. Becauseroot@visual-lvm-builder:/proj/vlvm# ARCH=aarch64 /mnt/hgfs/work/appimagetool-x86_64.AppImage --runtime-file=/usr/bin/qemu-aarch64-static arm64/visual-lvm-remote/appimage/;file Visual_LVM-aarch64.AppImage Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 131072 |
Beta Was this translation helpful? Give feedback.
-
I resolved it. |
Beta Was this translation helpful? Give feedback.
I resolved it.
ARCH=aarch64|armhf|i686|x86_64 /mnt/hgfs/work/appimagetool-x86_64.AppImage --runtime-file=/mnt/hgfs/work/runtime-$ARCH appimage/
to build appimage for platforms