Browse Source

disable bookworm builds

kamailio in bookworm needs rebuild with new libs
Victor Seva 2 năm trước cách đây
mục cha
commit
d01e2c8b79
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 .