File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - go mod tidy
66
77builds :
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
3823archives :
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
5740checksum :
5841 name_template : ' checksums.txt'
You can’t perform that action at this time.
0 commit comments