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