mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Add release workflow to CI
This commit is contained in:
parent
8392c4fe24
commit
70072f300a
2 changed files with 48 additions and 0 deletions
14
.goreleaser.yml
Normal file
14
.goreleaser.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
builds:
|
||||
- main: ./cmd/tk
|
||||
binary: tk
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
archives:
|
||||
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- none*
|
||||
Loading…
Add table
Add a link
Reference in a new issue