Skip to content

Commit

Permalink
Merge pull request #2 from pingping-lin/onf-release3.0.5
Browse files Browse the repository at this point in the history
remove build-output
  • Loading branch information
badhrinathpa authored Apr 21, 2021
2 parents b90e111 + dec870f commit bb35c98
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile_docker
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,4 @@ docker-push:
docker push ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}5gc-$$target:${DOCKER_TAG}; \
done

# Change target to bess-build/cpiface to exctract src/obj/bins for performance analysis
output:
DOCKER_BUILDKIT=$(DOCKER_BUILDKIT) docker build $(DOCKER_BUILD_ARGS) \
--target artifacts \
--output output \
.;


.PHONY: docker-build docker-push output
.PHONY: docker-build docker-push

0 comments on commit bb35c98

Please # to comment.