Skip to content

Commit 04258cd

Browse files
committed
fix: Speed up Docker test builds by using single platform and caching
1 parent 84e462d commit 04258cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
tags: |
8181
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-${{ steps.get_version.outputs.VERSION }}
8282
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-latest
83-
platforms: linux/amd64,linux/arm64
83+
platforms: linux/amd64
84+
cache-from: type=gha
85+
cache-to: type=gha,mode=max
8486

8587
- name: Summary
8688
run: |

0 commit comments

Comments
 (0)