diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f5083ec..3ded7256 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,9 @@ jobs: - RELEASE: latest ARCH: x86_64 - RELEASE: latest - ARCH: i386 + ARCH: armhf + - RELEASE: latest + ARCH: aarch64 # special builds - RELEASE: latest @@ -33,6 +35,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + - name: Set up QEMU integration for Docker + run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: Build libappimage and run tests run: bash -ex ci/build-in-docker.sh env: diff --git a/tests/data/Hello_World-x86_64.gzip.AppImage b/tests/data/Hello_World-x86_64.gzip.AppImage new file mode 100755 index 00000000..de453811 Binary files /dev/null and b/tests/data/Hello_World-x86_64.gzip.AppImage differ diff --git a/tests/data/Hello_World-x86_64.xz.AppImage b/tests/data/Hello_World-x86_64.xz.AppImage new file mode 100755 index 00000000..af7bc13d Binary files /dev/null and b/tests/data/Hello_World-x86_64.xz.AppImage differ diff --git a/tests/data/Hello_World-x86_64.zstd.AppImage b/tests/data/Hello_World-x86_64.zstd.AppImage new file mode 100755 index 00000000..2b957723 Binary files /dev/null and b/tests/data/Hello_World-x86_64.zstd.AppImage differ