mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
goreleaser: fix archive ids and add scoop for beszel-agent
This commit is contained in:
@@ -50,7 +50,7 @@ builds:
|
||||
goarch: riscv64
|
||||
|
||||
archives:
|
||||
- id: beszel
|
||||
- id: beszel-agent
|
||||
format: tar.gz
|
||||
builds:
|
||||
- beszel-agent
|
||||
@@ -62,7 +62,7 @@ archives:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
- id: beszel-agent
|
||||
- id: beszel
|
||||
format: tar.gz
|
||||
builds:
|
||||
- beszel
|
||||
@@ -114,6 +114,20 @@ nfpms:
|
||||
# https://github.com/goreleaser/goreleaser/issues/5487
|
||||
#config: ../supplemental/debian/config.sh
|
||||
|
||||
scoops:
|
||||
- ids: [beszel-agent]
|
||||
name: beszel-agent
|
||||
repository:
|
||||
owner: henrygd
|
||||
name: beszel-scoops
|
||||
homepage: 'https://beszel.dev'
|
||||
description: 'Lightweight server monitoring hub with historical data, docker stats, and alerts.'
|
||||
license: MIT
|
||||
# pre_install:
|
||||
# - TODO: make sure nssm is installed
|
||||
# post_install:
|
||||
# - TODO: add commands to automatically set up w/ nssm
|
||||
|
||||
release:
|
||||
draft: true
|
||||
|
||||
|
Reference in New Issue
Block a user