mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
19 lines
378 B
YAML
19 lines
378 B
YAML
builds:
|
|
- main: ./cmd/flagger
|
|
binary: flagger
|
|
ldflags: -s -w -X github.com/weaveworks/flagger/pkg/version.REVISION={{.Commit}}
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
env:
|
|
- CGO_ENABLED=0
|
|
archives:
|
|
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
files:
|
|
- none*
|
|
changelog:
|
|
filters:
|
|
exclude:
|
|
- '^CircleCI'
|