Skip to content

Commit e7db1c7

Browse files
committed
Attempt to fix ARM builds
1 parent 35d354b commit e7db1c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build-bundle.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appima
5252

5353
chmod +x appimagetool-"$AIK_ARCH".AppImage
5454

55+
# as usual, qemu is not happy about the AppImage type 2 magic bytes
56+
# let's "fix" that
57+
dd if=/dev/zero bs=1 count=3 seek=8 conv=notrunc of=appimagetool-"$AIK_ARCH".AppImage
58+
5559
./appimagetool-"$AIK_ARCH".AppImage --appimage-extract
5660
mv squashfs-root/ linuxdeploy-plugin-appimage-bundle/appimagetool-prefix/
5761
ln -s ../../appimagetool-prefix/AppRun linuxdeploy-plugin-appimage-bundle/usr/bin/appimagetool

0 commit comments

Comments
 (0)