From 04258cd4f2d85cd8eec00ba9b2a697c7735b00eb Mon Sep 17 00:00:00 2001 From: UncleCode Date: Fri, 25 Jul 2025 15:37:44 +0800 Subject: [PATCH] fix: Speed up Docker test builds by using single platform and caching --- .github/workflows/test-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 02733de9..78b56754 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -80,7 +80,9 @@ jobs: tags: | ${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-${{ steps.get_version.outputs.VERSION }} ${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-latest - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + cache-from: type=gha + cache-to: type=gha,mode=max - name: Summary run: |