mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 12:36:45 +00:00
Remove binary archives configuration from .goreleaser.yaml
Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
This commit is contained in:
@@ -22,21 +22,12 @@ builds:
|
||||
ldflags:
|
||||
- -s -w -X main.newtVersion={{ .Tag }}
|
||||
|
||||
archives:
|
||||
- id: binaries
|
||||
builds:
|
||||
- newt
|
||||
format: binary
|
||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
|
||||
nfpms:
|
||||
- id: packages
|
||||
package_name: newt
|
||||
builds:
|
||||
- newt
|
||||
vendor: fosrl
|
||||
maintainer: fosrl <repo@fosrl.io>
|
||||
description: Newt - userspace tunnel client and TCP/UDP proxy
|
||||
|
||||
Reference in New Issue
Block a user