Commit 2aca6c1
fix(release): remove TARGETPLATFORM indirection from goreleaser Dockerfile
goreleaser builds each arch image in a separate pass, placing only that
arch's binary at the root of the build context as plain "mantle".
The COPY $TARGETPLATFORM/mantle pattern is for manual multi-arch builds
where all binaries coexist in one context — it doesn't apply here.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f4ddbaf commit 2aca6c1
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments