X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fexec.bash;h=9874c9a9f49fbe0b4db2d0d06e790f557eeb89b6;hb=846958003cd3529e6322146d289265859db0ba8e;hp=ec61e1b6e5f88a5f58782768d9ef44594d1d7fa4;hpb=78e56cf8a2029981502dd632a8fbc08da558fe01;p=blank.git diff --git a/scripts/docker/exec.bash b/scripts/docker/exec.bash index ec61e1b..9874c9a 100755 --- a/scripts/docker/exec.bash +++ b/scripts/docker/exec.bash @@ -10,7 +10,7 @@ IMAGE="${IMAGE:-archlinux-build}" image_name="localhorsttv/${IMAGE}" -image_path="scripts/docker/${IMAGE}" +image_path="scripts/docker/${IMAGE//:/-}" build_cmd="cd /repo && make -j\$(nproc) $TARGETS"