tcproxy/.goreleaser.yml
2024-03-03 06:31:46 +03:30

30 lines
433 B
YAML

project_name: tcproxy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
- arm
goarm:
- 7 # For ARMv7
gitea_urls:
api: https://git.behzadan.ir/api/v1/
# Need a Gitea token with repo access stored in your environment as GITEA_TOKEN.
release:
gitea:
owner: reza
name: tcproxy
archives:
- format: tar.gz
files:
- LICENSE
- README.md