mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-07 16:27:27 +00:00
17 lines
321 B
YAML
17 lines
321 B
YAML
builds:
|
|
- main: ./cmd/gotk
|
|
ldflags:
|
|
- -s -w -X main.VERSION={{ .Version }}
|
|
binary: gotk
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
env:
|
|
- CGO_ENABLED=0
|
|
archives:
|
|
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
files:
|
|
- none*
|