-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path.goreleaser.yml
41 lines (37 loc) · 844 Bytes
/
.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
41
builds:
- goos:
- darwin
- windows
- linux
- freebsd
goarch:
- amd64
- arm64
- arm
goarm:
- 6
- 7
env:
- CGO_ENABLED=0
ldflags: -s -w -X github.com/jckuester/awsweeper/internal.version={{.Version}} -X github.com/jckuester/awsweeper/internal.commit={{.ShortCommit}} -X github.com/jckuester/awsweeper/internal.date={{.Date}}
archives:
- format: tar.gz
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
brews:
- tap:
owner: jckuester
name: homebrew-tap
homepage: "https://github.com/jckuester/awsweeper"
description: "A tool for cleaning your AWS account"
folder: Formula
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'