-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
44 lines (39 loc) · 779 Bytes
/
.goreleaser.yml
File metadata and controls
44 lines (39 loc) · 779 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
40
41
42
43
44
version: 2
project_name: applaunch
builds:
- id: &build-id applaunch
builder: go
goos:
- darwin
- linux
goarch:
- amd64
- arm64
goamd64:
- v1
main: .
binary: applaunch
env:
- CGO_ENABLED=0
flags:
- -trimpath
- -tags=TUI
ldflags:
- -s -w
- -X main.version={{.Version}}
- -X main.commit={{.ShortCommit}}
- -X main.date={{.Date}}
archives:
- id: &archive-id default
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format: tar.gz
release:
github:
owner: slowmove
name: applaunch
draft: false
name_template: "{{ .Tag }}"
disable: false
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
algorithm: sha256