|
|
|
@ -1,22 +1,39 @@
|
|
|
|
|
builds:
|
|
|
|
|
- main: ./cmd/gotk
|
|
|
|
|
ldflags:
|
|
|
|
|
- -s -w -X main.VERSION={{ .Version }}
|
|
|
|
|
binary: gotk
|
|
|
|
|
- <<: &build_defaults
|
|
|
|
|
binary: gotk
|
|
|
|
|
main: ./cmd/gotk
|
|
|
|
|
ldflags:
|
|
|
|
|
- -s -w -X main.VERSION={{ .Version }}
|
|
|
|
|
env:
|
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
|
id: linux
|
|
|
|
|
goos:
|
|
|
|
|
- darwin
|
|
|
|
|
- linux
|
|
|
|
|
- windows
|
|
|
|
|
goarch:
|
|
|
|
|
- amd64
|
|
|
|
|
- arm64
|
|
|
|
|
- arm
|
|
|
|
|
goarm:
|
|
|
|
|
- 7
|
|
|
|
|
env:
|
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
|
- <<: *build_defaults
|
|
|
|
|
id: darwin
|
|
|
|
|
goos:
|
|
|
|
|
- darwin
|
|
|
|
|
- <<: *build_defaults
|
|
|
|
|
id: windows
|
|
|
|
|
goos:
|
|
|
|
|
- windows
|
|
|
|
|
archives:
|
|
|
|
|
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
|
|
|
id: nix
|
|
|
|
|
builds: [linux, darwin]
|
|
|
|
|
format: tar.gz
|
|
|
|
|
files:
|
|
|
|
|
- none*
|
|
|
|
|
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
|
|
|
id: windows
|
|
|
|
|
builds: [windows]
|
|
|
|
|
format: zip
|
|
|
|
|
files:
|
|
|
|
|
- none*
|
|
|
|
|
brews:
|
|
|
|
|