From 984f509780ee26ed7a5105402752de1adade3f6e Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 2 Apr 2019 00:41:48 +0400 Subject: [PATCH] Add more OS/arch combinations to goreleaser --- .goreleaser.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9956651..8ccd977 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,13 +7,32 @@ before: builds: - env: - CGO_ENABLED=0 + goos: + - darwin + - windows + - linux + - freebsd + goarch: + - 386 + - amd64 + - arm + - arm64 + goarm: + - 6 + - 7 archive: replacements: darwin: Darwin linux: Linux windows: Windows + freebsd: FreeBSD 386: i386 amd64: x86_64 + format_overrides: + - goos: windows + format: zip + - goos: darwin + format: zip checksum: name_template: 'checksums.txt' snapshot: