Skip to content

Commit

Permalink
Don't rely on AppImage's auto-detection for architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Feb 10, 2018
1 parent ca901b5 commit 512cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-appimage
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ recipe_build_appimage() {
release_option="--release $RELEASE"
fi

chroot $BUILD_ROOT su -c "cd $TOPDIR/SOURCES && /usr/lib/appimagetool/pkg2appimage $release_option" - root \
chroot $BUILD_ROOT su -c "cd $TOPDIR/SOURCES && ARCH=$ARCH /usr/lib/appimagetool/pkg2appimage $release_option" - root \
|| cleanup_and_exit 1

# extract build result basenames
Expand Down

0 comments on commit 512cbad

Please sign in to comment.