mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 12:15:11 +02:00
Removed CGO disable
This commit is contained in:
parent
d9224951a0
commit
ab1054ff1a
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user