1 Star 0 Fork 33

blade134/BFE

forked from 百度开源/BFE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
iyangsj 提交于 2021-04-21 19:53 . Update build ldflags
project_name: bfe
builds:
- binary: bfe
main: ./bfe.go
ldflags:
- -X main.version={{.Version}} -X main.commit={{.Commit}}
- -extldflags=-static
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm64
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/blade134/BFE.git
git@gitee.com:blade134/BFE.git
blade134
BFE
BFE
develop

搜索帮助