Update CGO_ENABLED flag in .goreleaser.yaml to enable CGO for Linux builds to support sqlite
This commit is contained in:
parent
b6fcc1b6cb
commit
7895a0502a
|
@ -17,7 +17,7 @@ version: 2
|
|||
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- CGO_ENABLED=1
|
||||
goos:
|
||||
- linux
|
||||
# - windows
|
||||
|
|
Loading…
Reference in New Issue