Skip to content

Commit

Permalink
work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
root-hbx committed Nov 23, 2024
1 parent ca07649 commit a49b182
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,12 @@ manifest:
# Make sure the layer has only one directory.
# the test DockerFile needs to build the scratch stage with all the output files
# and we will untar the archive and copy the files from scratch stage
test-image: ## build the retina container image for testing.

install-tools:
go install go.uber.org/mock/mockgen@latest
go install github.com/cilium/ebpf/cmd/bpf2go@latest

test-image: install-tools ## build the retina container image for testing.
$(MAKE) container-docker \
PLATFORM=$(PLATFORM) \
DOCKERFILE=./test/image/Dockerfile \
Expand Down

0 comments on commit a49b182

Please sign in to comment.