From 2ee454590baf070035ee2f5be4df9ee6d9203007 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 5 Nov 2024 18:55:33 +0530 Subject: [PATCH] test --- .github/workflows/flatpak-test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/flatpak-test.yml b/.github/workflows/flatpak-test.yml index 3180424..6fffd8a 100644 --- a/.github/workflows/flatpak-test.yml +++ b/.github/workflows/flatpak-test.yml @@ -26,17 +26,10 @@ jobs: restore: cache-restored steps: - uses: actions/checkout@v4 - - name: Install QEMU deps - if: ${{ matrix.arch != 'x86_64' }} - run: | - curl https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz --output docker.tgz - tar xzvf docker.tgz - mv docker/* /usr/bin - name: Set up QEMU - if: ${{ matrix.arch != 'x86_64' }} uses: docker/setup-qemu-action@v3 with: - platforms: arm64 + platforms: ${{ matrix.arch }} - uses: ./flatpak-builder with: bundle: org.example.MyApp.Devel-${{ matrix.cache }}-${{ matrix.restore }}.flatpak