mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
update goreleaser
This commit is contained in:
parent
987a21fb8f
commit
365eca9653
1 changed files with 26 additions and 2 deletions
|
@ -2,14 +2,17 @@ project_name: croc
|
||||||
build:
|
build:
|
||||||
main: main.go
|
main: main.go
|
||||||
binary: croc
|
binary: croc
|
||||||
ldflags: -s -w -X main.Version="v{{.Version}}"
|
ldflags: -s -w -X main.Version="v{{.Version}}-{{.Date}}"
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
- freebsd
|
||||||
|
- netbsd
|
||||||
- openbsd
|
- openbsd
|
||||||
|
- dragonfly
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- 386
|
- 386
|
||||||
|
@ -17,6 +20,27 @@ build:
|
||||||
- arm64
|
- arm64
|
||||||
goarm:
|
goarm:
|
||||||
- 7
|
- 7
|
||||||
|
nfpm:
|
||||||
|
formats:
|
||||||
|
- deb
|
||||||
|
vendor: "schollz.com"
|
||||||
|
homepage: "https://schollz.com/software/croc/"
|
||||||
|
maintainer: "Zack Scholl <zack.scholl@gmail.com>"
|
||||||
|
description: "A simple, secure, and fast way to transfer data."
|
||||||
|
license: "MIT"
|
||||||
|
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
|
||||||
|
replacements:
|
||||||
|
amd64: 64bit
|
||||||
|
386: 32bit
|
||||||
|
arm: ARM
|
||||||
|
arm64: ARM64
|
||||||
|
darwin: macOS
|
||||||
|
linux: Linux
|
||||||
|
windows: Windows
|
||||||
|
openbsd: OpenBSD
|
||||||
|
netbsd: NetBSD
|
||||||
|
freebsd: FreeBSD
|
||||||
|
dragonfly: DragonFlyBSD
|
||||||
archive:
|
archive:
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
format_overrides:
|
format_overrides:
|
||||||
|
@ -39,4 +63,4 @@ archive:
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
release:
|
release:
|
||||||
draft: false
|
draft: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue