File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11version : 2
22
3+ project_name : ginji
4+
35before :
46 hooks :
57 - go mod tidy
68
79builds :
8- - env :
10+ - id : ginji
11+ main : .
12+ binary : ginji
13+ env :
914 - CGO_ENABLED=0
1015 goos :
1116 - linux
12- - windows
1317 - darwin
18+ - windows
19+ goarch :
20+ - amd64
21+ - arm64
1422
1523archives :
1624 - format : tar.gz
17- # this name template makes the OS and Arch compatible with the results of uname.
1825 name_template : >-
1926 {{ .ProjectName }}_
2027 {{- title .Os }}_
2128 {{- if eq .Arch "amd64" }}x86_64
2229 {{- else if eq .Arch "386" }}i386
2330 {{- else }}{{ .Arch }}{{ end }}
2431 {{- if .Arm }}v{{ .Arm }}{{ end }}
25- # use zip for windows archives
2632 format_overrides :
2733 - goos : windows
2834 format : zip
2935
36+ brews :
37+ - name : ginji
38+ repository :
39+ owner : ginjigo
40+ name : homebrew-tap
41+ token : " {{ .Env.TAP_GITHUB_TOKEN }}"
42+ directory : Formula
43+ homepage : " https://github.com/ginjigo/ginji"
44+ description : " Ultra-fast, zero-dependency API framework for Go"
45+ test : |
46+ system "#{bin}/ginji version"
47+
3048checksum :
3149 name_template : ' checksums.txt'
3250
You can’t perform that action at this time.
0 commit comments