1
0
mirror of synced 2026-07-01 15:40:49 +00:00

Add release workflow to CI

This commit is contained in:
stefanprodan
2020-04-25 19:28:51 +03:00
parent 8392c4fe24
commit 70072f300a
2 changed files with 48 additions and 0 deletions
+14
View 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*