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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ version: 2
|
|||
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- CGO_ENABLED=1
|
||||
goos:
|
||||
- linux
|
||||
# - windows
|
||||
|
|
Loading…
Add table
Reference in a new issue