-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
44 lines (42 loc) · 988 Bytes
/
.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
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ldflags:
- -X 'github.com/antham/wo/internal/cmd.appVersion={{.Version}}'
universal_binaries:
nfpms:
- formats:
- apk
- deb
- rpm
- termux.deb
- archlinux
maintainer: Anthony HAMON <hamon.anth@gmail.com>
aurs:
- homepage: "https://github.com/antham/wo"
description: "Workspace shell manager"
maintainers:
- "Anthony HAMON <hamon.anth@gmail.com>"
license: "MIT"
private_key: "{{ .Env.ARCHLINUX_REPO_KEY }}"
git_url: "ssh://aur@aur.archlinux.org/wo-bin.git"
brews:
- name: wo
homepage: "https://github.com/antham/wo"
description: "Workspace shell manager"
license: "MIT"
repository:
owner: antham
name: wo-homebrew
git:
url: "git@github.com:antham/homebrew-wo.git"
private_key: "{{ .Env.HOMEBREW_REPO_KEY }}"