Explorar o código

disable bookworm builds

kamailio in bookworm needs rebuild with new libs

(cherry picked from commit d01e2c8b793fc5f9db56789fef97159b314ee8a3)
Victor Seva %!s(int64=2) %!d(string=hai) anos
pai
achega
f3a09d5a74
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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 .