config(goreleaser): rm CGO_ENABLED=0 and set releases to draft by default

This commit is contained in:
Henry Dollman
2025-01-18 19:00:27 -05:00
parent ee6a456b66
commit 7adf7ef549

View File

@@ -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