Skip to content

Commit 60d9a38

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)