Add GitHub action workflows

This commit is contained in:
mudler 2023-03-19 23:50:31 +01:00
parent d4720150b5
commit 896da59b87
4 changed files with 99 additions and 1 deletions

15
.goreleaser.yaml Normal file
View file

@ -0,0 +1,15 @@
# Make sure to check the documentation at http://goreleaser.com
project_name: llama-cli
builds:
- ldflags:
- -w -s
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
binary: '{{ .ProjectName }}'