We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac7c1 commit 8772c90Copy full SHA for 8772c90
Makefile
@@ -92,9 +92,9 @@ otelsvc:
92
.PHONY: docker-component # Not intended to be used directly
93
docker-component: check-component
94
GOOS=linux $(MAKE) $(COMPONENT)
95
- cp ./bin/oc$(COMPONENT)_linux ./cmd/oc$(COMPONENT)/
96
- docker build -t oc$(COMPONENT) ./cmd/oc$(COMPONENT)/
97
- rm ./cmd/oc$(COMPONENT)/oc$(COMPONENT)_linux
+ cp ./bin/$(COMPONENT)_linux ./cmd/$(COMPONENT)/
+ docker build -t $(COMPONENT) ./cmd/$(COMPONENT)/
+ rm ./cmd/$(COMPONENT)/$(COMPONENT)_linux
98
99
.PHONY: check-component
100
check-component:
0 commit comments