From ab1054ff1aa5ffc3935ea55f80c70909e1a4b2a9 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:47:36 +0100 Subject: [PATCH] Removed CGO disable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb0e6c3..5198a59 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ _BUILDDIR = $(shell realpath $(BUILDDIR))/ build: build-server build-container build-extra build-server: - cd server/ && CGO_ENABLED=0 go build -o $(_BUILDDIR)/docker4ssh + cd server/ && go build -o $(_BUILDDIR)/docker4ssh build-container: DEBUG=false build-container: