Skip to content

Commit

Permalink
put back docker-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Dec 10, 2024
1 parent 4bf572c commit 151e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 151e0d4

Please sign in to comment.