Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 89c4439

Browse files
authored
Merge pull request #60 from dweomer/netgo-and-cni
netcgo is a no go
2 parents 548be10 + 2e9e573 commit 89c4439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FROM build AS cni
5454
ARG CGO_ENABLED=0
5555
ARG GOBIN=/opt/k3c/bin
5656
ARG GOPATH=/go
57-
ARG CNIPLUGINS_VERSION="v0.7.6-k3s1"
57+
ARG CNIPLUGINS_VERSION="v0.8.6-k3s1"
5858
ARG CNIPLUGINS_PACKAGE=github.com/rancher/plugins
5959
ARG CNIPLUGINS_LDFLAGS="-w -s"
6060
ARG CNIPLUGINS_EXTRA_LDFLAGS="-static"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endif
6868
ifdef BUILDTAGS
6969
GO_BUILDTAGS = ${BUILDTAGS}
7070
else
71-
GO_BUILDTAGS = apparmor seccomp selinux netcgo osusergo static_build no_btrfs
71+
GO_BUILDTAGS = apparmor seccomp selinux netgo osusergo static_build no_btrfs
7272
endif
7373
GO_BUILDTAGS += ${DEBUG_TAGS}
7474
GO_TAGS=$(if $(GO_BUILDTAGS),-tags "$(GO_BUILDTAGS)",)

0 commit comments

Comments
 (0)