浏览代码

disable bookworm builds

kamailio in bookworm needs rebuild with new libs
Victor Seva 2 年之前
父节点
当前提交
d01e2c8b79
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      get-all-dist.sh

+ 3 - 1
get-all-dist.sh

@@ -1,2 +1,4 @@
 #!/bin/bash
-find . -name Dockerfile -exec dirname {} \; | grep -v 'stretch'| jq -R . | sed 's#./##g' | jq -cs .
+find . -name Dockerfile -exec dirname {} \; | \
+  grep -v -e 'stretch' -e 'bookworm' | \
+  jq -R . | sed 's#./##g' | jq -cs .