Skip to content

Commit 3728b29

Browse files
committed
Update goreleaser config for memex-server
1 parent ffe28d2 commit 3728b29

1 file changed

Lines changed: 5 additions & 22 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,9 @@ before:
55
- go mod tidy
66

77
builds:
8-
- id: memex
9-
main: ./cmd/memex
10-
binary: memex
11-
goos:
12-
- linux
13-
- darwin
14-
- windows
15-
goarch:
16-
- amd64
17-
- arm64
18-
env:
19-
- CGO_ENABLED=0
20-
ldflags:
21-
- -s -w -X main.version={{.Version}}
22-
23-
- id: memexd
24-
main: ./cmd/memexd
25-
binary: memexd
8+
- id: memex-server
9+
main: ./cmd/memex-server
10+
binary: memex-server
2611
goos:
2712
- linux
2813
- darwin
@@ -36,10 +21,9 @@ builds:
3621
- -s -w -X main.version={{.Version}}
3722

3823
archives:
39-
- id: memex-archive
24+
- id: memex-server-archive
4025
builds:
41-
- memex
42-
- memexd
26+
- memex-server
4327
name_template: >-
4428
{{ .ProjectName }}_
4529
{{- title .Os }}_
@@ -52,7 +36,6 @@ archives:
5236
files:
5337
- README.md
5438
- LICENSE
55-
- docs/*
5639

5740
checksum:
5841
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)