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

@ -18,7 +18,7 @@ ARG SENTRY_DSN
ENV BUILD_COMMIT="${BUILD_COMMIT:-dev}" \
BUILD_VERSION="${BUILD_VERSION:-0.0.0}" \
CGO_ENABLED=1 \
CGO_ENABLED=0 \
GOPRIVATE="${GOPRIVATE:-}" \
GOPROXY="${GOPROXY:-}" \
SENTRY_DSN="${SENTRY_DSN:-}"