-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
50 lines (47 loc) · 1.13 KB
/
.goreleaser.yaml
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
40
41
42
43
44
45
46
47
48
49
50
project_name: gholam-cli
release:
github:
owner: hubs-ai
name: gholam-cli
builds:
- id: gholam-cli
goos:
- linux
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
ldflags: -s -w
-X github.com/hubs-ai/gholam-cli/pkg/version.version={{.Version}}
-X github.com/hubs-ai/gholam-cli/pkg/version.gitSHA={{.Commit}}
-X github.com/hubs-ai/gholam-cli/pkg/version.buildTime={{.Date}}
-extldflags "-static"
flags: -tags netgo -installsuffix netgo
binary: gholam-cli
hooks: {}
archives:
- id: gholam-cli
builds:
- gholam-cli
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256
brews:
- repository:
owner: hubs-ai
name: gholam-cli
branch: chore-{{.Tag}}
pull_request:
enabled: true
commit_author:
name: Mohammad Nasr
email: [email protected]
description: "gholam-cli is an assistant for working with Gholam."