Update CGO_ENABLED flag in .goreleaser.yaml to enable CGO for Linux builds to support sqlite

This commit is contained in:
Mo Tarbin 2024-07-25 01:08:05 -04:00
parent b6fcc1b6cb
commit 7895a0502a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ version: 2
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
# - windows