1 Star 0 Fork 33

开发团队 / BFE

forked from 百度开源 / BFE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
iyangsj 提交于 2020-04-04 21:03 . Update goreleaser.yml
project_name: bfe
builds:
- binary: bfe
main: ./bfe.go
ldflags:
- -X main.version={{.Version}}
goos:
- linux
- darwin
- windows
goarch:
- amd64
changelog:
skip: true
archives:
- id: bfe
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: true
format: tar.gz
files:
- LICENSE
- README.md
- CHANGELOG.md
- conf/**/*
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
algorithm: sha256
release:
disable: true
Go
1
https://gitee.com/OAGroup/BFE.git
git@gitee.com:OAGroup/BFE.git
OAGroup
BFE
BFE
master

搜索帮助