2 Star 23 Fork 9

zan8in / afrog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yaml 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
zan8in 提交于 2024-02-18 14:54 . version 3.0.0
before:
hooks:
- go mod tidy
builds:
- main: cmd/afrog/main.go
binary: afrog
id: afrog
env:
- CGO_ENABLED=0
goos: [windows,linux,darwin]
goarch: [amd64,arm64]
flags:
- -trimpath
archives:
- format: zip
id: afrog
builds: [afrog]
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
checksum:
algorithm: sha256
Go
1
https://gitee.com/zanbin/afrog.git
git@gitee.com:zanbin/afrog.git
zanbin
afrog
afrog
main

搜索帮助