fluxcd-flux2/.goreleaser.yml
2020-04-25 19:28:51 +03:00

14 lines
245 B
YAML

builds:
- main: ./cmd/tk
binary: tk
goos:
- darwin
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0
archives:
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- none*