2024-09-30 15:13:00 -04:00
project_name : sonr
2024-07-05 22:20:13 -04:00
builds :
2024-09-30 15:33:58 -04:00
- id : sonr
2024-07-05 22:20:13 -04:00
goos :
- linux
- darwin
goarch :
- amd64
main : ./cmd/sonrd
binary : sonrd
builder : go
gobinary : go
command : build
ldflags :
2024-09-14 12:47:25 -04:00
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
2024-09-30 15:13:00 -04:00
- id : motr
goos :
- linux
- darwin
goarch :
- amd64
- arm64
2024-09-30 22:21:44 -04:00
main : ./cmd/motr
binary : motr
2024-09-30 15:13:00 -04:00
builder : go
gobinary : go
command : build
ldflags :
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
2024-09-30 15:30:25 -04:00
- id : dwn
goos :
- js
goarch :
- wasm
main : ./cmd/dwn/dwn.go
binary : dwn
builder : go
gobinary : go
command : build
2024-07-05 22:20:13 -04:00
archives :
- id : default
2024-09-30 15:13:00 -04:00
builds :
2024-09-30 15:33:58 -04:00
- sonr
2024-09-30 15:13:00 -04:00
name_template : '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
format : tar.gz
files :
- src : README*
- src : CHANGELOG*
- id : motr
builds :
- motr
name_template : '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
2024-07-05 22:20:13 -04:00
format : tar.gz
files :
- src : README*
- src : CHANGELOG*
2024-09-30 15:13:00 -04:00
release :
github :
owner : onsonr
name : sonr
2024-09-30 22:21:44 -04:00
name_template : "{{.Now.Format '2006.11.22'}}"
2024-09-30 15:13:00 -04:00
ids :
- default
- motr
draft : false
replace_existing_draft : true
replace_existing_artifacts : true
2024-09-30 22:21:44 -04:00
extra_files :
- glob : ./CHANGELOG*
- glob : ./README*
- glob : ./LICENSE*
- glob : ./pkl/dwn.pkl
2024-09-30 15:57:03 -04:00
brews :
- name : sonr
ids :
- default
- motr
commit_author :
name : goreleaserbot
email : bot@goreleaser.com
directory : Formula
caveats : "Run a local sonr node and access it with the motr proxy"
homepage : "https://sonr.io/"
description : "Sonr is a decentralized, permissionless, and censorship-resistant identity network."
dependencies :
- name : ipfs
os : mac
repository :
owner : onsonr
name : homebrew-tap
2024-09-30 22:21:44 -04:00
branch : master