From 000e3d9af9418f5995703909f791b761522d415e Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Wed, 9 Oct 2019 06:15:42 +0400 Subject: [PATCH] Update goreleaser config file --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index faa4929..6951915 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,6 +19,9 @@ builds: goarm: - 6 - 7 + ignore: + - goos: darwin + goarch: 386 main: ./cmd/massdl/ archives: - replacements: @@ -37,6 +40,7 @@ checksum: name_template: 'checksums.txt' snapshot: name_template: "{{ .Tag }}-next" +project_name: uploader_tools changelog: sort: asc filters: