Files
Quentin Gliech a9a4d2d8f1 fixup! Split multi-arch Docker build into parallel jobs
Use jq to filter empty annotation values

The previous approach using `grep -v "=$"` had shell escaping issues
that caused `docker buildx imagetools create` to fail with:
  ERROR: "" annotations are not supported yet

Using jq to process the JSON output directly is more robust and avoids
shell escaping complexities entirely.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 15:12:35 +01:00
..