fix: Re-enable multi-platform Docker builds for ARM64 support

This commit is contained in:
UncleCode
2025-07-25 16:38:11 +08:00
parent e2b4705010
commit d58b93c207
2 changed files with 84 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ jobs:
tags: |
unclecode/crawl4ai:test-${{ steps.get_version.outputs.VERSION }}
unclecode/crawl4ai:test-latest
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max