1 Star 0 Fork 52

Hanker/Monibuca

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
goreleaser.yml 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
banshan2 提交于 2022-04-24 11:04 . v4 自动发布
project_name: m7s
archives:
-
files:
- config.yaml
builds:
- id: "with-debug"
env: [CGO_ENABLED=0]
ignore:
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
hooks:
pre:
- bash -c "debug=1 go generate ./..."
- go mod tidy
- id: "without-debug"
env: [CGO_ENABLED=0]
goos:
- windows
- darwin
goarch:
- arm64
hooks:
pre:
- bash -c "debug=0 go generate ./..."
- go mod tidy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanker_yii/Monibuca.git
git@gitee.com:hanker_yii/Monibuca.git
hanker_yii
Monibuca
Monibuca
v4

搜索帮助

0d507c66 1850385 C8b1a773 1850385