-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
39 lines (39 loc) · 988 Bytes
/
.goreleaser.yaml
File metadata and controls
39 lines (39 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
changelog:
sort: asc
builds:
- id: "graph"
dir: "sources/graph"
hooks:
pre:
- cmd: go mod tidy -compat=1.17
dir: sources/graph
- cmd: go generate ./...
dir: sources/graph
binary: "graph"
targets:
- android_arm64
- darwin_amd64_v1
- darwin_amd64_v3
- darwin_arm64
# - js_wasm # sys
# - linux_386 # badger compatibility ?
- linux_amd64_v1
- linux_amd64_v3
- linux_amd64_v4
- linux_arm_7
- linux_arm64
# - wasip1_wasm # sys
# - windows_386 # badger compatibility
- windows_amd64_v1
- windows_amd64_v3
- windows_amd64_v4
# - windows_arm64 # badger compatibility ?
archives:
- id: "archives"
builds:
- "graph"
format: tar.gz
name_template: "{{ .ProjectName }}_v{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
format_overrides:
- goos: windows
format: zip