mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
user-owned DAVs (#14)
This commit is contained in:
parent
ca5014750b
commit
1bbfb6647d
35 changed files with 732 additions and 777 deletions
30
.goreleaser.yaml
Normal file
30
.goreleaser.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
version: 2
|
||||
|
||||
project_name: betternas-node
|
||||
|
||||
monorepo:
|
||||
tag_prefix: v
|
||||
|
||||
builds:
|
||||
- id: betternas-node
|
||||
main: ./apps/node-agent/cmd/node-agent
|
||||
binary: betternas-node
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
ldflags:
|
||||
- -s -w
|
||||
|
||||
archives:
|
||||
- id: betternas-node
|
||||
builds:
|
||||
- betternas-node
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
|
||||
changelog:
|
||||
use: git
|
||||
Loading…
Add table
Add a link
Reference in a new issue