-
Fix ARM64 image issues (#4233)
发布于
2026-02-11 06:14:05 +00:00 Note
Medium Risk
Touches release CD for multi-arch Docker publishing and alters Docker
build dependency installation behavior; failures could block image
releases or mask install issues despite limited runtime code impact.Overview
Improves the Docker publish GitHub Actions workflow by adding a manual
workflow_dispatchtrigger, switching to native runners for both
amd64andarm64, and settingfail-fast: falseso one-arch
flakiness doesn’t cancel the other.Reduces CD image testing to a consistent lightweight target
(test_unstructured/partition/test_text.pyplus smoke tests) and
hardens Docker builds by adding 3-attempt retry logic aroundapk update/addto mitigate transient Chainguard mirror failures. Bumps
version to0.19.3and updates the changelog accordingly.Written by Cursor
Bugbot for commit
559244ddc4603fcb362ebf9ab3e2f152c1db3076. This will update automatically
on new commits. Configure
here.下载附件