--- /Makefile 2024-10-21 06:58:29.817958556 +0200 +++ Makefile 2024-10-21 07:03:39.072092347 +0200 @@ -33,7 +33,7 @@ VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always) REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) PACKAGE=github.com/containerd/containerd -SHIM_CGO_ENABLED ?= 0 +SHIM_CGO_ENABLED ?= 1 ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" "" GOOS ?= $(shell $(GO) env GOOS)