1 Star 0 Fork 0

alex/ali

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
nakabonne 提交于 2021-09-14 18:09 . Stop specifing binary names
before:
hooks:
- go mod tidy
builds:
- main: .
binary: ali
goos:
- freebsd
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
- 386
- ppc64le
- s390x
- mips64
- mips64le
goarm:
- 6
- 7
env:
- CGO_ENABLED=0
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
archives:
- replacements:
386: 32-bit
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
filters:
exclude:
- '^test:'
brews:
- tap:
owner: nakabonne
name: homebrew-ali
homepage: 'https://github.com/nakabonne/ali'
description: 'Generate HTTP load and plot the results in real-time'
nfpms:
- license: MIT
maintainer: Ryo Nakao <[email protected]>
homepage: https://github.com/nakabonne/ali
description: "Generate HTTP load and plot the results in real-time"
formats:
- rpm
- deb
dockers:
- dockerfile: Dockerfile
image_templates:
- "nakabonne/ali:latest"
- "nakabonne/ali:{{ .Tag }}"
- "nakabonne/ali:v{{ .Major }}.{{ .Minor }}"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alexQiu/ali.git
[email protected]:alexQiu/ali.git
alexQiu
ali
ali
master

搜索帮助