Skip to content

Commit b8e0a65

Browse files
committed
fix: make binary names include OS and architecture
1 parent 6fec838 commit b8e0a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ builds:
1111
goarch:
1212
- amd64
1313
- arm64
14-
binary: pdf-joiner
14+
binary: "pdf-joiner-{{ .Os }}-{{ .Arch }}"
1515
ldflags:
1616
- -s -w
1717

0 commit comments

Comments
 (0)