Skip to content

Commit 6fec838

Browse files
committed
feat: improve build naming and enable all architectures
1 parent a4efd35 commit 6fec838

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ builds:
1414
binary: pdf-joiner
1515
ldflags:
1616
- -s -w
17-
ignore:
18-
- goos: linux
19-
goarch: arm64
2017

2118
archives:
2219
- format: tar.gz
23-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
20+
name_template: "pdf-joiner-{{ .Os }}-{{ .Arch }}"
2421
files:
2522
- "README.md"
2623

0 commit comments

Comments
 (0)