8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e2408 + 28751ec commit 53ff1fbCopy full SHA for 53ff1fb
images/base/Dockerfile
@@ -176,7 +176,7 @@ RUN git clone --filter=tree:0 "${CNI_PLUGINS_CLONE_URL}" /cni-plugins \
176
&& eval "$(gimme "${GO_VERSION}")" \
177
&& export GOTOOLCHAIN="go${GO_VERSION}" \
178
&& mkdir ./bin \
179
- && export GOARCH=$TARGETARCH && export CC=$(target-cc) && export CGO_ENABLED=1 \
+ && export GOARCH=$TARGETARCH && export CC=$(target-cc) && export CGO_ENABLED=0 \
180
&& go build -o ./bin/host-local -mod=vendor ./plugins/ipam/host-local \
181
&& go build -o ./bin/loopback -mod=vendor ./plugins/main/loopback \
182
&& go build -o ./bin/ptp -mod=vendor ./plugins/main/ptp \
0 commit comments