Commit 6430deb
Disable buildx provenance to fix ECR manifest list error (#101)
Docker buildx enables provenance attestations by default, which causes
each platform image to be pushed as a manifest list rather than a plain
image manifest. ECR Public rejects creating a multi-arch manifest that
references another manifest list, resulting in a release failure.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ca0fde7 commit 6430deb
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments