代码拉取完成,页面将自动刷新
version: 2
before:
hooks:
- go mod download
builds:
- id: ntt
binary: ntt
dir: .
goos:
- linux
- darwin
- windows
ignore:
- goarch: '386'
- goos: windows
goarch: arm64
nfpms:
- file_name_template: '{{ .ProjectName }}.{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/nokia/ntt
description: A versatile TTCN-3 toolkit
maintainer: Matthias Simon <matthias.simon@nokia.com>
license: BSD-3 Clause
vendor: Nokia
formats:
- deb
- rpm
recommends:
- git
- gcc
- gcc-c++
- golang
bindir: /usr/bin
archives:
- id: binaries
format: binary
wrap_in_directory: true
name_template: >-
{{- .Binary }}_
{{- tolower .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
- id: archives
format: tar.gz
name_template: >-
{{- .ProjectName }}_
{{- tolower .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
release:
draft: true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。