mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-12 14:39:21 +00:00
31 lines
No EOL
589 B
YAML
31 lines
No EOL
589 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:' |