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.
1 parent 333aec8 commit 607fec4Copy full SHA for 607fec4
subtree/harbor/Makefile
@@ -349,7 +349,7 @@ versions_prepare:
349
check_environment:
350
@$(MAKEPATH)/$(CHECKENVCMD)
351
352
-compile_core: lint_apis gen_apis
+compile_core:
353
@echo "compiling binary for core (golang image)..."
354
@echo $(GOBUILDPATHINCONTAINER)
355
@$(DOCKERCMD) run --rm -v $(BUILDPATH):$(GOBUILDPATHINCONTAINER) -w $(GOBUILDPATH_CORE) $(GOBUILDIMAGE) $(GOIMAGEBUILD_CORE) -o $(GOBUILDPATHINCONTAINER)/$(GOBUILDMAKEPATH_CORE)/$(CORE_BINARYNAME)
0 commit comments