fix: Speed up Docker test builds by using single platform and caching

This commit is contained in:
UncleCode
2025-07-25 15:37:44 +08:00
parent 84e462d9f8
commit 04258cd4f2

View File

@@ -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: |