summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-10-08 09:38:41 -0400
committerAlex Goodman <wagoodman@gmail.com>2019-10-08 09:38:41 -0400
commitc83bc9e3d03356a942a90b9a6c9832e336363229 (patch)
tree9ecfb7b60a13f7ce5aadd7dabeb3555a3f7365e8 /.goreleaser.yml
parentfd3459eb02b9c1cb59f674c22e42354f37b6f504 (diff)
remove podman from darwin/windows builds
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index f37ec1a..4f6cd02 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -3,8 +3,6 @@ release:
builds:
- binary: dive
- env:
- - CGO_ENABLED=0
goos:
- windows
- darwin
@@ -17,19 +15,6 @@ dockers:
-
binaries:
- dive
- dockerfile: Dockerfile.slim
- image_templates:
- - "wagoodman/dive:{{ .Tag }}-slim"
- - "wagoodman/dive:v{{ .Major }}-slim"
- - "wagoodman/dive:v{{ .Major }}.{{ .Minor }}-slim"
- - "wagoodman/dive:slim"
- - "quay.io/wagoodman/dive:{{ .Tag }}-slim"
- - "quay.io/wagoodman/dive:v{{ .Major }}-slim"
- - "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}-slim"
- - "quay.io/wagoodman/dive:slim"
- -
- binaries:
- - dive
dockerfile: Dockerfile
image_templates:
- "wagoodman/dive:{{ .Tag }}"