代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。