mirror of
https://github.com/fosrl/newt.git
synced 2026-03-27 04:56:41 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdd8a132f2 | ||
|
|
6618bb4483 |
@@ -8,7 +8,8 @@ release:
|
|||||||
|
|
||||||
builds:
|
builds:
|
||||||
- id: newt
|
- id: newt
|
||||||
main: ./main.go
|
# build the package directory (include all .go files) instead of a single file
|
||||||
|
main: .
|
||||||
binary: newt
|
binary: newt
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
@@ -22,21 +23,12 @@ builds:
|
|||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X main.newtVersion={{ .Tag }}
|
- -s -w -X main.newtVersion={{ .Tag }}
|
||||||
|
|
||||||
archives:
|
|
||||||
- id: binaries
|
|
||||||
builds:
|
|
||||||
- newt
|
|
||||||
format: binary
|
|
||||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
- id: packages
|
- id: packages
|
||||||
package_name: newt
|
package_name: newt
|
||||||
builds:
|
|
||||||
- newt
|
|
||||||
vendor: fosrl
|
vendor: fosrl
|
||||||
maintainer: fosrl <repo@fosrl.io>
|
maintainer: fosrl <repo@fosrl.io>
|
||||||
description: Newt - userspace tunnel client and TCP/UDP proxy
|
description: Newt - userspace tunnel client and TCP/UDP proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user