Explorar o código

make: added docker-build target

Fabian Peter Hammerle %!s(int64=6) %!d(string=hai) anos
pai
achega
f318d14d30
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) .