Enable CGO to support sqlite
This commit is contained in:
commit
746eec50ca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue