File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ contrib/cmd/recvtty/recvtty: $(SOURCES)
3939 $(GO ) build -buildmode=pie $(EXTRA_FLAGS ) -ldflags " -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $( EXTRA_LDFLAGS) " -tags " $( BUILDTAGS) " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
4040
4141static : $(SOURCES )
42- CGO_ENABLED=1 $(GO ) build $(EXTRA_FLAGS ) -tags " $( BUILDTAGS) cgo static_build" -ldflags " -w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $( EXTRA_LDFLAGS) " -o runc .
43- CGO_ENABLED=1 $(GO ) build $(EXTRA_FLAGS ) -tags " $( BUILDTAGS) cgo static_build" -ldflags " -w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $( EXTRA_LDFLAGS) " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
42+ CGO_ENABLED=1 $(GO ) build $(EXTRA_FLAGS ) -tags " $( BUILDTAGS) netgo cgo static_build" -installsuffix netgo -ldflags " -w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $( EXTRA_LDFLAGS) " -o runc .
43+ CGO_ENABLED=1 $(GO ) build $(EXTRA_FLAGS ) -tags " $( BUILDTAGS) netgo cgo static_build" -installsuffix netgo -ldflags " -w -extldflags -static -X main.gitCommit=${COMMIT} -X main.version=${VERSION} $( EXTRA_LDFLAGS) " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
4444
4545release :
4646 script/release.sh -r release/$(VERSION ) -v $(VERSION )
You can’t perform that action at this time.
0 commit comments