From 1a2ded6f2aa10bba731a56794e5f5acdb9eefa76 Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Thu, 15 Feb 2024 19:28:00 +0330 Subject: [PATCH] Trimmed down `.goreleaser.yml` --- .goreleaser.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index cc75a5c..0f25611 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,31 +5,22 @@ builds: - CGO_ENABLED=0 goos: - linux - - darwin - - windows goarch: - amd64 - arm64 + - arm7 gitea_urls: api: https://git.behzadan.ir/api/v1/ -# If you want to push the release to GitHub, configure the GitHub section. -# You'll need a GitHub token with repo access stored in your environment as GITHUB_TOKEN. +# Need a Gitea token with repo access stored in your environment as GITEA_TOKEN. release: - # github: - # owner: yourgithubusername - # name: yourrepositoryname gitea: - owner: p + owner: reza name: minitmpl -# If you want to create archives (tar.gz for Linux/Darwin, zip for Windows) archives: - format: tar.gz - format_overrides: - - goos: windows - format: zip files: - LICENSE - README.md