Skip to content

Commit

Permalink
Revert "fix: specifiy platform in docker build command (coredns#4897)" (
Browse files Browse the repository at this point in the history
coredns#4910)

This reverts commit 4e80ac5.
  • Loading branch information
chrisohaver authored Oct 7, 2021
1 parent 13a9191 commit d95a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ifeq ($(DOCKER),)
else
docker version
for arch in $(LINUX_ARCH); do \
docker build --platform linux/$${arch} -t $(DOCKER_IMAGE_NAME)-$${arch}:$(VERSION) build/docker/$${arch} && \
docker build -t $(DOCKER_IMAGE_NAME)-$${arch}:$(VERSION) build/docker/$${arch} && \
docker tag $(DOCKER_IMAGE_NAME)-$${arch}:$(VERSION) $(DOCKER_IMAGE_NAME)-$${arch}:latest ;\
done
endif
Expand Down

0 comments on commit d95a823

Please sign in to comment.