-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path.goreleaser.yml
More file actions
47 lines (45 loc) · 865 Bytes
/
.goreleaser.yml
File metadata and controls
47 lines (45 loc) · 865 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
45
46
47
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w
binary: arc
goos:
- linux
- darwin
- windows
- freebsd
- openbsd
goarch:
- amd64
- arm
- arm64
- mips
- mipsle
- mips64
- mips64le
ignore:
# gocode/pkg/mod/github.com/dblohm7/wingoes@v0.0.0-20240119213807-a09d6be7affa/com/stream.go:127:10: maxStreamRWLen (untyped int constant 4294967295) overflows int
- goos: windows
goarch: arm
main: ./cmd/arc
changelog:
sort: asc
filters:
exclude:
- balls
- docs
- Merge pull request
- Merge branch
- Releasing v
archives:
-
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
- Dockerfile
- sample_config.toml