txlyre 1 年之前
父節點
當前提交
ee22915d1e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      buildall.sh

+ 5 - 0
buildall.sh

@@ -18,6 +18,11 @@ cd langs
 for dir in */
 do
     dir="${dir%*/}"
+
+    if podman image exists "$dir-runner"; then
+      continue
+    fi
+
     template="$(cat $dir/Dockerfile)"
 
     echo "$START