Skip to content

Commit

Permalink
Merge pull request #54 from caesarxuchao/fix-makefile
Browse files Browse the repository at this point in the history
Fix a typo in the makefile
  • Loading branch information
k8s-ci-robot authored Jan 28, 2020
2 parents 2336254 + 7b74f53 commit f1baef7
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 @@ -182,7 +182,7 @@ docker-build-all: $(addprefix docker-build/proxy-agent-,$(ALL_ARCH)) $(addprefix
docker-push-all: $(addprefix docker-push/proxy-agent-,$(ALL_ARCH)) $(addprefix docker-push/proxy-server-,$(ALL_ARCH)) $(addprefix docker-push/proxy-test-client-,$(ALL_ARCH))
$(MAKE) docker-push-manifest/proxy-agent
$(MAKE) docker-push-manifest/proxy-server
$(MAKE) docker-push-manifest/test-client
$(MAKE) docker-push-manifest/proxy-test-client

docker-build/proxy-agent-%:
$(MAKE) ARCH=$* docker-build/proxy-agent
Expand Down

0 comments on commit f1baef7

Please sign in to comment.