diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index a0cced1c3f..3fdc168c8a 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x ] + target: [ x86_64, aarch64, arm, riscv64, ppc64le, s390x, loongarch64 ] permissions: contents: read @@ -31,7 +31,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + run: sudo apt-get update && sudo apt-get install -y qemu-user-static - name: Build a tarball run: ./dist.sh ${{ matrix.target }}