mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-06-26 17:30:32 +02:00
Removed CGO disable
This commit is contained in:
2
Makefile
2
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:
|
||||
|
Reference in New Issue
Block a user