From 06c4a12cff6fc7aac386342a8978db5f3b8d7a16 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 1 Dec 2018 22:36:10 -0500 Subject: [PATCH] archive override for windows (zip) --- .goreleaser.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6beada6..ee4353f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,6 +27,10 @@ dockers: archive: format: tar.gz + format_overrides: + - goos: windows + format: zip + nfpm: license: MIT maintainer: Alex Goodman diff --git a/README.md b/README.md index 52ee1e8..1aae356 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ brew install dive ``` or download a Darwin build from the releases page. +**Windows** +Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_windows_amd64.zip) + **Go tools** ```bash go get github.com/wagoodman/dive