go-hello-world2/.goreleaser.yml
2024-03-31 13:53:48 +03:30

30 lines
449 B
YAML

project_name: go-hello-world2
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: go-hello-world2
archives:
- format: tar.gz
files:
- LICENSE
- README.md