We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdbe22e + 3fda830 commit f20c5e0Copy full SHA for f20c5e0
Makefile
@@ -113,7 +113,7 @@ release-note:
113
@$(GOPATH)/bin/release-tool -n $(release)
114
115
conmon/config.h: cmd/crio-config/config.go oci/oci.go
116
- $(GO) build -i $(LDFLAGS) -o bin/crio-config $(PROJECT)/cmd/crio-config
+ $(GO) build -i $(LDFLAGS) -tags "$(BUILDTAGS)" -o bin/crio-config $(PROJECT)/cmd/crio-config
117
( cd conmon && $(CURDIR)/bin/crio-config )
118
119
clean:
0 commit comments