1 Star 0 Fork 38

极速代码 / JuiceFS

forked from Juicedata / JuiceFS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
Davies Liu 提交于 2021-01-08 17:44 . first public release
project_name: juicefs
env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod download
builds:
- id: juicefs-darwin
env:
- CGO_ENABLED=1
- CC=o64-clang
- CXX=o64-clang++
ldflags: -s -w -X main.VERSION={{.Version}} -X main.REVISION={{.ShortCommit}} -X main.REVISIONDATE={{.CommitDate}}
main: ./cmd
goos:
- darwin
goarch:
- amd64
- id: juicefs-linux
env:
- CGO_ENABLED=1
ldflags: -s -w -X main.VERSION={{.Version}} -X main.REVISION={{.ShortCommit}} -X main.REVISIONDATE={{.CommitDate}}
main: ./cmd
goos:
- linux
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
1
https://gitee.com/andy521/JuiceFS.git
git@gitee.com:andy521/JuiceFS.git
andy521
JuiceFS
JuiceFS
main

搜索帮助