1 Star 0 Fork 0

NATS/nats-top

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
Samuel Attwood 提交于 2024-12-13 16:06 . GoReleaser v2
version: 2
project_name: nats-top
release:
name_template: 'Release {{.Tag}}'
draft: true
github:
owner: nats-io
name: nats-top
builds:
- id: nats-top
binary: nats-top
flags:
- -trimpath
main: nats-top.go
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
- freebsd
goarch:
- amd64
- arm
- arm64
- 386
- mips64le
- s390x
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: 386
checksum:
name_template: 'checksums.txt'
nfpms:
- formats:
- deb
- rpm
file_name_template: >-
{{ .ProjectName }}-v{{ .Version }}-
{{- .Os }}-
{{- if eq .Arch "amd64" }}x86_amd64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
bindir: /usr/local/bin
description: "Top(1) style utility for NATS"
vendor: nats.io
homepage: https://nats.io
license: MIT
maintainer: Synadia <[email protected]>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nats-io/nats-top.git
[email protected]:nats-io/nats-top.git
nats-io
nats-top
nats-top
main

搜索帮助