From 825f0bd83f39e7658cf6af645fe1b53090915938 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Thu, 4 Sep 2025 11:12:55 +0800 Subject: [PATCH] ci(release test):cache linux & set qemu --- .github/workflows/release-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e65f36f3..01c7c0be 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -42,6 +42,11 @@ jobs: with: path: .sysroot/linux.tar.gz key: linux-sysroot-${{ hashFiles('.github/workflows/populate_linux_sysroot.sh') }}-0.0.7 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + if: steps.cache-linux-sysroot.outputs.cache-hit != 'true' + with: + image: tonistiigi/binfmt:qemu-v7.0.0-28 - name: Populate Linux sysroot if: steps.cache-linux-sysroot.outputs.cache-hit != 'true' run: bash .github/workflows/populate_linux_sysroot.sh