Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Disabled cgo since this avoids glibc version errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Dec 26, 2021
1 parent c73bdd5 commit 86e403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86e403b

Please sign in to comment.