Trimmed down .goreleaser.yml
This commit is contained in:
parent
682166307b
commit
1a2ded6f2a
@ -5,31 +5,22 @@ builds:
|
|||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
|
||||||
- windows
|
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- arm7
|
||||||
|
|
||||||
gitea_urls:
|
gitea_urls:
|
||||||
api: https://git.behzadan.ir/api/v1/
|
api: https://git.behzadan.ir/api/v1/
|
||||||
|
|
||||||
# If you want to push the release to GitHub, configure the GitHub section.
|
# Need a Gitea token with repo access stored in your environment as GITEA_TOKEN.
|
||||||
# You'll need a GitHub token with repo access stored in your environment as GITHUB_TOKEN.
|
|
||||||
release:
|
release:
|
||||||
# github:
|
|
||||||
# owner: yourgithubusername
|
|
||||||
# name: yourrepositoryname
|
|
||||||
gitea:
|
gitea:
|
||||||
owner: p
|
owner: reza
|
||||||
name: minitmpl
|
name: minitmpl
|
||||||
|
|
||||||
# If you want to create archives (tar.gz for Linux/Darwin, zip for Windows)
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
format_overrides:
|
|
||||||
- goos: windows
|
|
||||||
format: zip
|
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user