File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ ARG SENTRY_DSN
18
18
19
19
ENV BUILD_COMMIT="${BUILD_COMMIT:-dev}" \
20
20
BUILD_VERSION="${BUILD_VERSION:-0.0.0}" \
21
+ CGO_ENABLED=1 \
21
22
GOPRIVATE="${GOPRIVATE:-}" \
22
23
GOPROXY="${GOPROXY:-}" \
23
24
SENTRY_DSN="${SENTRY_DSN:-}"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ARG GOPRIVATE
11
11
ENV ACMESH_CONFIG_HOME=/data/.acme.sh/config \
12
12
ACMESH_HOME=/data/.acme.sh \
13
13
CERT_HOME=/data/.acme.sh/certs \
14
+ CGO_ENABLED=1 \
14
15
GOPROXY=$GOPROXY \
15
16
GOPRIVATE=$GOPRIVATE \
16
17
LE_CONFIG_HOME=/data/.acme.sh/config \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ "$BUILD_VERSION" = "" ]; then
20
20
BUILD_VERSION=$( cat .version)
21
21
fi
22
22
23
- export CGO_ENABLED=0
23
+ export CGO_ENABLED=1
24
24
export GO111MODULE=on
25
25
26
26
echo -e " ${BLUE} ❯ ${GREEN} build-backend:${RESET} "
You can’t perform that action at this time.
0 commit comments