diff --git a/Dockerfile b/Dockerfile.qemu similarity index 100% rename from Dockerfile rename to Dockerfile.qemu diff --git a/Dockerfile.armhf b/Dockerfile.qemu.armhf similarity index 100% rename from Dockerfile.armhf rename to Dockerfile.qemu.armhf diff --git a/Makefile b/Makefile index e49fc2893..deee73c2a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ xhyve: all $(MAKE) -C xhyve run qemu: all - docker build -t mobyqemu:build . + docker build -f Dockerfile.qemu -t mobyqemu:build . docker run -it mobyqemu:build arm: @@ -14,7 +14,7 @@ arm: $(MAKE) -C alpine arm qemu-arm: Dockerfile.armhf arm - docker build -f Dockerfile.armhf -t mobyarmqemu:build . + docker build -f Dockerfile.qemu.armhf -t mobyarmqemu:build . docker run -it mobyarmqemu:build clean: