live-streamer/.goreleaser.yaml

35 lines
608 B
YAML
Raw Normal View History

2024-10-24 04:43:06 -04:00
project_name: live-streamer
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64
- arm
- "386"
ldflags:
- -s -w -X live-streamer/constant.Version={{ .Version }}
flags:
- -trimpath
archives:
- format: tar.gz
format_overrides:
- format: zip
goos: windows
wrap_in_directory: true
files:
- LICENSE
- README.md
release:
draft: true
upx:
- enabled: true
compress: best
2024-11-20 09:59:03 -05:00
gitea_urls:
api: https://git.nite07.com/api/v1
download: https://git.nite07.com