Skip to content

Commit

Permalink
Fix build of image on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 2, 2020
1 parent dec45b1 commit a342688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ help: ## Display this help
.PHONY: image
image: clean-image ## Build image for a particular arch.
echo "Building docker image ($(ARCH))..."
@cp -R bin/ rootfs/
@cp -R bin/ rootfs/bin
@docker build \
--no-cache \
--build-arg BASE_IMAGE="$(BASE_IMAGE)" \
Expand Down Expand Up @@ -267,7 +267,7 @@ release: init-docker-buildx clean
echo "Building binaries..."
$(foreach PLATFORM,$(PLATFORMS), ARCH=$(PLATFORM) make build;)

@cp -R bin/ rootfs/
@cp -R bin/ rootfs/bin

echo "Building and pushing ingress-nginx image..."
@docker buildx build \
Expand Down

0 comments on commit a342688

Please sign in to comment.