From bb55caf94fa3d50279d752a2e39841e2d8476989 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sat, 23 Nov 2019 13:52:38 -0800 Subject: [PATCH] Release ARM builds --- .goreleaser.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 07296b71..46769372 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,6 +16,8 @@ builds: goarch: - 386 - amd64 + - arm + - arm64 dockers: - image_templates: @@ -30,12 +32,15 @@ dockers: dockerfile: Dockerfile archives: -- replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: i386 + amd64: x86_64 + format_overrides: + - goos: windows + format: zip checksum: name_template: 'checksums.txt'