1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 15:04:41 -05:00
sub2clash/.goreleaser.yaml
nitezs 52e609298a add:goreleaser.yaml
mod:docker.yml
mod:go.yml
mod:docker-compose.yml
mod:README.md
2023-09-14 17:59:17 +08:00

19 lines
303 B
YAML

before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
- 386
ldflags:
- -s -w
no_unique_dist_dir: true
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"