kubeconform/.goreleaser.yml
2021-02-24 11:45:16 -05:00

40 lines
830 B
YAML

builds:
- main: ./cmd/kubeconform
env:
- CGO_ENABLED=0
- GOFLAGS = -mod=vendor
- GO111MODULE = on
goos:
- windows
- linux
- darwin
flags:
- -trimpath
- -tags=netgo
- -a
ldflags:
- -extldflags "-static"
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: 'CHECKSUMS'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^test:'
brews:
-
tap:
owner: yannh
name: homebrew-yannh
homepage: "https://github.com/yannh/kubeconform"
description: "Kubeconform is a Kubernetes manifests validation tool"
license: "Apache 2.0"
skip_upload: true