From b8211d376983ed2be257baa4d2d678b5f0570c78 Mon Sep 17 00:00:00 2001 From: Joakim Lazakis Date: Sun, 31 May 2020 16:52:40 +0100 Subject: [PATCH] Release archive and binary for Linux, Darwin (#3) --- .goreleaser.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0c13c58..352d548 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,19 +9,18 @@ builds: goos: - darwin + - linux goarch: - amd64 archives: - - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" - -checksum: - name_template: 'checksums.txt' - -snapshot: - name_template: "{{ .Tag }}-next" + id: binary + format: binary + + - + id: tar.gz changelog: sort: asc