From c5e3e97df5d8ab1a4e3fb5a253ef68e26b82e522 Mon Sep 17 00:00:00 2001 From: Iulian Cristea Date: Mon, 26 Apr 2021 16:32:56 +0100 Subject: [PATCH] Add arm64 arch to goreleaser build list --- .goreleaser.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 84f9be8..bf3c6e4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,13 +7,19 @@ builds: goos: - windows - linux - - darwin + - darwin + goarch: + - amd64 + - arm + - arm64 + goarm: + - 6 + - 7 archives: - format: tar.gz format_overrides: - goos: windows format: zip - name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" checksum: name_template: 'checksums.txt' snapshot: