-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.goreleaser.yml
40 lines (36 loc) · 1.04 KB
/
.goreleaser.yml
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
builds:
- binary: blessclient
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- amd64
- arm64
ldflags:
- "-w -s -X github.com/chanzuckerberg/blessclient/pkg/util.GitSha={{.Commit}} -X github.com/chanzuckerberg/blessclient/pkg/util.Version={{.Version}} -X github.com/chanzuckerberg/blessclient/pkg/util.Dirty=false -X github.com/chanzuckerberg/blessclient/pkg/util.Release=true"
archives:
- files:
- none*
release:
github:
owner: chanzuckerberg
name: blessclient
brews:
- description: "SSH without pain."
name: blessclient@1
tap:
owner: chanzuckerberg
name: homebrew-tap
homepage: "https://github.com/chanzuckerberg/blessclient"
test: system "#{bin}/blessclient version"
- description: "SSH without pain."
name: blessclient
tap:
owner: chanzuckerberg
name: homebrew-tap
homepage: "https://github.com/chanzuckerberg/blessclient"
test: system "#{bin}/blessclient version"
env_files:
github_token: ~/.config/goreleaser/github_token