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

19 lines
370 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-11 14:24:23 -04:00
no_unique_dist_dir: true
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
archives:
- format: binary