This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Commit ac06fbe
fix: use --multi-arch all flag for multi-platform Docker push (#315)
Changed skopeo copy commands from --all to --multi-arch all to properly
handle OCI archives containing manifest lists with both linux/amd64 and
linux/arm64 images.
The --all flag is for copying all tags, while --multi-arch all is
specifically for copying all architectures from a manifest list.
This fixes the error: "more than one image in oci, choose an image"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 6a1c62d commit ac06fbe
File tree
2 files changed
+13
-4
lines changed- .changeset
- .github/workflows
2 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
400 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments