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:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
# - windows
@ -37,6 +37,9 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- src: "config/selfhosted.yaml"
dst: "config/local.yaml"
changelog:
sort: asc