Enable CGO to support sqlite

This commit is contained in:
Mo Tarbin 2024-07-25 01:08:13 -04:00
commit 746eec50ca
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ version: 2
builds: builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=1
goos: goos:
- linux - linux
# - windows # - windows
@ -37,6 +37,9 @@ archives:
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip format: zip
files:
- src: "config/selfhosted.yaml"
dst: "config/local.yaml"
changelog: changelog:
sort: asc sort: asc