Browse Source

make: added docker-build target

Fabian Peter Hammerle 5 years ago
parent
commit
f318d14d30
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -0,0 +1,4 @@
+DOCKER_IMAGE_NAME := fphammerle/space-dev
+
+docker-build :
+	docker build -t ${DOCKER_IMAGE_NAME}:$(shell git describe --always --dirty)-$(shell dpkg --print-architecture) .