diff --git a/Makefile b/Makefile index 807ccdbe..8f551e3b 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ compile: ## Compile ebpf agent project GOARCH=${GOARCH} GOOS=$(GOOS) go build -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go .PHONY: build-and-push-bc-image -build-and-push-bc-image: ## Build and push bytecode image +build-and-push-bc-image: docker-generate ## Build and push bytecode image IMAGE_NOO_BC=${IMAGE_NOO_BC} OCI_BIN=${OCI_BIN} OCI_BUILD_OPTS="${OCI_BUILD_OPTS}" ./hack/build-bytecode-images-multi.sh .PHONY: test