From 680ce4268a6aeb626646ef6f8d4b7c38fb99b087 Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Tue, 2 Dec 2025 13:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2cf1c45..287b4a3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -46,15 +46,13 @@ jobs: run: | XMRIGCC_VERSION=${PACKAGE_VERSION%-*} - # 设置 BuildKit 优化参数,限制并发和内存使用 + # 设置 BuildKit 优化参数 export BUILDKIT_PROGRESS=plain docker buildx build --pull \ --platform linux/amd64,linux/arm64 \ --build-arg XMRIGCC_VERSION=${XMRIGCC_VERSION} \ --output type=local,dest=./output \ - --cache-from type=registry,ref=${{ gitea.server_url }}/${{ gitea.repository }}/buildcache:${{ matrix.distro }} \ - --cache-to type=registry,ref=${{ gitea.server_url }}/${{ gitea.repository }}/buildcache:${{ matrix.distro }},mode=max \ -f docker/Dockerfile.${{ matrix.distro }} . - name: Package and test