5 Star 8 Fork 6

Gitee 极速下载/bigfile-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bigfile/bigfile
克隆/下载
.goreleaser.yml 3.97 KB
一键复制 编辑 原始数据 按行查看 历史
付登龙 提交于 2019-09-21 08:36 . update: .goreleaser.yml
project_name: bigfile
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
-
id: bigfile
main: ./artisan/bigfile.go
binary: bigfile
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
- arm64
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
goarm: 6
archives:
-
id: bigfile-archive
builds:
- bigfile
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
- '[skip ci]'
dockers:
-
goos: linux
goarch: amd64
image_templates:
- "bigfile/bigfile:latest"
- "bigfile/bigfile:{{ .Tag }}"
skip_push: false
dockerfile: Dockerfile
binaries:
- bigfile
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
- "--label=com.github.actions.name={{.ProjectName}}"
- "--label=com.github.actions.description=a file transfer system that supports http, rpc and ftp protocols"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
- "--label=repository=https://github.com/bigfile/bigfile"
- "--label=homepage=http://bigfile.site"
- "--label=maintainer=bigfilefu <[email protected]>"
- goos: linux
goarch: arm64
image_templates:
- "bigfile/bigfile:latest-arm64v8"
- "bigfile/bigfile:{{ .Tag }}-arm64v8"
skip_push: false
dockerfile: Dockerfile-arm64v8
binaries:
- bigfile
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
- "--label=com.github.actions.name={{.ProjectName}}"
- "--label=com.github.actions.description=a file transfer system that supports http, rpc and ftp protocols"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
- "--label=repository=https://github.com/bigfile/bigfile"
- "--label=homepage=http://bigfile.site"
- "--label=maintainer=bigfilefu <[email protected]>"
brews:
-
ids:
- bigfile-archive
github:
owner: bigfile
name: homebrew-tap
folder: Formula
homepage: https://bigfile.site
caveats: start mysql before starting bigfile
description: A file transfer system that supports http, rpc and ftp protocols
test: |
system "#{bin}/bigfile -v"
scoop:
bucket:
owner: bigfile
name: scoop-bucket
homepage: https://bigfile.site
description: A file transfer system that supports http, rpc and ftp protocols
license: MIT
nfpms:
-
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://bigfile.site
description: A file transfer system that supports http, rpc and ftp protocols
maintainer: bigfilefu <[email protected]>
license: MIT
vendor: Bigfile
formats:
- deb
- rpm
dependencies:
- git
recommends:
- rpm
snapcrafts:
-
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: A file transfer system that supports http, rpc and ftp protocols
description: |
Bigfile can be used to transfer files by multiple protolcs, eg: http, rpc
and ftp.
grade: stable
# grade: devel
confinement: strict
publish: true
name: bigfile
license: MIT
replacements:
amd64: 64-bit
386: 32-bit
darwin: MacOS
release:
prerelease: auto
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/bigfile-go.git
[email protected]:mirrors/bigfile-go.git
mirrors
bigfile-go
bigfile-go
master

搜索帮助