mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
245 B
YAML
15 lines
245 B
YAML
5 years ago
|
builds:
|
||
|
- main: ./cmd/tk
|
||
|
binary: tk
|
||
|
goos:
|
||
|
- darwin
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
archives:
|
||
|
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||
|
files:
|
||
|
- none*
|