mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +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
|
- id: beszel
|
||||||
binary: beszel
|
binary: beszel
|
||||||
main: cmd/hub/hub.go
|
main: cmd/hub/hub.go
|
||||||
env:
|
# env:
|
||||||
- CGO_ENABLED=0
|
# - CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
@@ -23,8 +23,8 @@ builds:
|
|||||||
- id: beszel-agent
|
- id: beszel-agent
|
||||||
binary: beszel-agent
|
binary: beszel-agent
|
||||||
main: cmd/agent/agent.go
|
main: cmd/agent/agent.go
|
||||||
env:
|
# env:
|
||||||
- CGO_ENABLED=0
|
# - CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
@@ -60,6 +60,9 @@ archives:
|
|||||||
# - goos: windows
|
# - goos: windows
|
||||||
# format: zip
|
# format: zip
|
||||||
|
|
||||||
|
release:
|
||||||
|
draft: true
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
disable: true
|
disable: true
|
||||||
sort: asc
|
sort: asc
|
||||||
|
Reference in New Issue
Block a user