1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:04:41 -05:00
sub2sing-box/.goreleaser.yaml
Nite07 f51edfa0b4 ⬆️ Update to go 1.23
📝 Add upx to workflow
2024-10-03 03:18:24 +08:00

34 lines
551 B
YAML

version: 2
project_name: sub2sing-box
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64
- arm
- "386"
ldflags:
- -s -w -X sub2sing-box/constant.Version={{ .Version }}
flags:
- -trimpath
archives:
- format: tar.gz
format_overrides:
- format: zip
goos: windows
wrap_in_directory: true
files:
- LICENSE
- README.md
- templates
release:
draft: true
upx:
- enabled: true
compress: best