-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.goreleaser.yml
46 lines (42 loc) · 918 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
builds:
- id: fluora
main: ./cmd/fluora/main.go
dir: ./
binary: fluora
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- builds:
- fluora
name_template: 'fluora_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
nfpms:
- license: CC0-1.0 License
maintainer: Javad Rajabzadeh <ja7ad@live.com>
homepage: https://fluora.javad.dev
bindir: /usr/local/bin
description: An extensible Go-based AI toolkit to effortlessly build and serve powerful generative AI tools from structured instructions.
formats:
- deb
- rpm
checksum:
name_template: 'fluora_checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch