dev launch mode
This commit is contained in:
parent
09b8046073
commit
907880bfd6
8
Makefile
8
Makefile
@ -3,6 +3,12 @@
|
||||
build: clean
|
||||
go build .
|
||||
|
||||
run-tools:
|
||||
docker compose -f docker-compose.tools.yml up -d
|
||||
|
||||
build-monitord:
|
||||
go build -o ../oc-monitord ../oc-monitord
|
||||
|
||||
run:
|
||||
./oc-schedulerd
|
||||
|
||||
@ -21,4 +27,6 @@ publish-registry:
|
||||
|
||||
all: docker publish-kind publish-registry
|
||||
|
||||
dev: run-tools build-monitord build run
|
||||
|
||||
.PHONY: build run clean docker publish-kind publish-registry
|
Loading…
Reference in New Issue
Block a user