Switch to forked repos for Dbmate/Modernc-sqlite so that they use a non-cgo library for sqlite

thus hopefully enabling native compilation on arm/arm64
This commit is contained in:
Jamie Curnow
2023-05-27 12:43:07 +10:00
parent b4365f5c54
commit 030f3c9d83
5 changed files with 44 additions and 10 deletions

View File

@ -11,7 +11,7 @@ ARG GOPRIVATE
ENV ACMESH_CONFIG_HOME=/data/.acme.sh/config \
ACMESH_HOME=/data/.acme.sh \
CERT_HOME=/data/.acme.sh/certs \
CGO_ENABLED=1 \
CGO_ENABLED=0 \
GOPROXY=$GOPROXY \
GOPRIVATE=$GOPRIVATE \
LE_CONFIG_HOME=/data/.acme.sh/config \