Skip to content

Commit

Permalink
fixup! Merge pull request #1260 from liztio/v1a1-a2-conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@vmware.com>
  • Loading branch information
vincepri committed Aug 28, 2019
1 parent d1c1f4f commit e625fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ modules: ## Runs go mod to ensure modules are up to date.
cd $(TOOLS_DIR); go mod tidy

## --------------------------------------
## Docker - Default
## Docker
## --------------------------------------

.PHONY: docker-build
Expand All @@ -146,13 +146,13 @@ docker-push: ## Push the docker image
## Docker — All ARCH
## --------------------------------------

.PHONY: docker-build-all
.PHONY: docker-build-all ## Build all the architecture docker images
docker-build-all: $(addprefix docker-build-,$(ALL_ARCH))

docker-build-%:
$(MAKE) ARCH=$* docker-build

.PHONY: docker-push-all ## Push all the architecture docker images and fat manifest docker image
.PHONY: docker-push-all ## Push all the architecture docker images
docker-push-all: $(addprefix docker-push-,$(ALL_ARCH))
$(MAKE) docker-push-manifest

Expand Down

0 comments on commit e625fef

Please sign in to comment.