mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
config(goreleaser): rm CGO_ENABLED=0 and set releases to draft by default
This commit is contained in:
@@ -10,8 +10,8 @@ builds:
|
||||
- id: beszel
|
||||
binary: beszel
|
||||
main: cmd/hub/hub.go
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
# env:
|
||||
# - CGO_ENABLED=0
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
@@ -23,8 +23,8 @@ builds:
|
||||
- id: beszel-agent
|
||||
binary: beszel-agent
|
||||
main: cmd/agent/agent.go
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
# env:
|
||||
# - CGO_ENABLED=0
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
@@ -60,6 +60,9 @@ archives:
|
||||
# - goos: windows
|
||||
# format: zip
|
||||
|
||||
release:
|
||||
draft: true
|
||||
|
||||
changelog:
|
||||
disable: true
|
||||
sort: asc
|
||||
|
Reference in New Issue
Block a user