mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 22:04:59 +00:00
Add GitHub action workflows
This commit is contained in:
parent
d4720150b5
commit
896da59b87
4 changed files with 99 additions and 1 deletions
15
.goreleaser.yaml
Normal file
15
.goreleaser.yaml
Normal 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 }}'
|
Loading…
Add table
Add a link
Reference in a new issue