代码拉取完成,页面将自动刷新
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
---
env:
- GO111MODULE=on
- CGO_ENABLED=0
before:
hooks:
- go mod tidy
builds:
- binary: supernode
id: "supernode"
main: cmd/supernode/main.go
goarch:
- amd64
- arm64
goos:
- linux
- darwin
ignore:
- goos: darwin
goarch: arm64
ldflags:
- -s -w -X github.com/dragonflyoss/Dragonfly/version.version={{.Version}}
- -X github.com/dragonflyoss/Dragonfly/version.revision={{.ShortCommit}}
- -X github.com/dragonflyoss/Dragonfly/version.buildDate={{.Env.DATE}}
- binary: dfget
id: "dfget"
main: cmd/dfget/main.go
goarch:
- amd64
- arm64
goos:
- linux
- darwin
ignore:
- goos: darwin
goarch: arm64
ldflags:
- -s -w -X github.com/dragonflyoss/Dragonfly/version.version={{.Version}}
- -X github.com/dragonflyoss/Dragonfly/version.revision={{.ShortCommit}}
- -X github.com/dragonflyoss/Dragonfly/version.buildDate={{.Env.DATE}}
- binary: dfdaemon
id: "dfdaemon"
main: cmd/dfdaemon/main.go
goarch:
- amd64
- arm64
goos:
- linux
- darwin
ignore:
- goos: darwin
goarch: arm64
ldflags:
- -s -w -X github.com/dragonflyoss/Dragonfly/version.version={{.Version}}
- -X github.com/dragonflyoss/Dragonfly/version.revision={{.ShortCommit}}
- -X github.com/dragonflyoss/Dragonfly/version.buildDate={{.Env.DATE}}
# archives in the tarball
archives:
- wrap_in_directory: true
# additional files
files:
- LICENSE
- README.md
checksum:
name_template: 'checksums.txt'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。