Skip to content

Commit

Permalink
Attempt to fix ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 5, 2023
1 parent 35d354b commit e7db1c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appima

chmod +x appimagetool-"$AIK_ARCH".AppImage

# as usual, qemu is not happy about the AppImage type 2 magic bytes
# let's "fix" that
dd if=/dev/zero bs=1 count=3 seek=8 conv=notrunc of=appimagetool-"$AIK_ARCH".AppImage

./appimagetool-"$AIK_ARCH".AppImage --appimage-extract
mv squashfs-root/ linuxdeploy-plugin-appimage-bundle/appimagetool-prefix/
ln -s ../../appimagetool-prefix/AppRun linuxdeploy-plugin-appimage-bundle/usr/bin/appimagetool
Expand Down

0 comments on commit e7db1c7

Please sign in to comment.