GitHub CI: ARM build - use appimagetool 12

Git master version now doesn't contain the original build.sh script but
only docker one, which is difficult to use now.

+ added patch to compile
This commit is contained in:
Martin Pulec
2021-01-06 08:37:19 +01:00
parent 8278e15201
commit 7400038ffc
3 changed files with 59 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ jobs:
sudo mkdir chroot
wget http://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add -q
sudo qemu-debootstrap --keyring=${{ matrix.keyring }} --arch ${{ matrix.arch }} buster chroot ${{ matrix.repo }}
sudo cp $GITHUB_WORKSPACE/.github/scripts/Linux/arm/mksquashfs-compilation-fix.patch chroot
sudo .github/scripts/Linux/arm/bootstrap.sh ${{ matrix.arch }} chroot
sudo tar cf chroot.tar chroot # Create archive for caching. Needs to be created as root, therefore created manually.
- name: Extract Cached Environment