Skip to content

Commit 60d9a38

Browse files
fix: add amd64 to binder-proxyd GoReleaser build targets
binder-proxyd was only built for arm64, causing the archive step to fail with "different count of binaries for each platform" since binder-mcp and bindercli both produce amd64+arm64 artifacts.
1 parent 12f64b3 commit 60d9a38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ builds:
4545
goos:
4646
- linux
4747
goarch:
48+
- amd64
4849
- arm64
4950
ldflags:
5051
- -s -w

0 commit comments

Comments
 (0)