1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 12:34:43 -05:00
sub2sing-box/.goreleaser.yaml

29 lines
500 B
YAML
Raw Normal View History

2024-03-11 14:24:23 -04:00
project_name: sub2sing-box
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64
- arm
- "386"
ldflags:
2024-03-12 12:11:34 -04:00
- -s -w -X sub2sing-box/main.Version={{ .Version }}
2024-03-12 14:02:17 -04:00
flags:
- -trimpath
2024-03-11 14:24:23 -04:00
no_unique_dist_dir: true
archives:
2024-03-18 10:32:33 -04:00
- format: tar.gz
format_overrides:
- format: zip
goos: windows
wrap_in_directory: true
files:
- LICENSE
- README.md
- templates