From 86e403be197b79eae3395d13da59c9448a11e95e Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 26 Dec 2021 13:03:57 +0100 Subject: [PATCH] Disabled cgo since this avoids glibc version errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5198a59..bb0e6c3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ _BUILDDIR = $(shell realpath $(BUILDDIR))/ build: build-server build-container build-extra build-server: - cd server/ && go build -o $(_BUILDDIR)/docker4ssh + cd server/ && CGO_ENABLED=0 go build -o $(_BUILDDIR)/docker4ssh build-container: DEBUG=false build-container: