Browse Source

enable bookworm and jammy

Victor Seva 2 năm trước cách đây
mục cha
commit
92382185d1
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Makefile
  2. 1 1
      get-all-dist.sh

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-DISTS ?= bullseye buster jessie stretch wheezy focal bionic trusty xenial
+DISTS ?= bookworm bullseye buster jessie stretch wheezy jammy focal bionic trusty xenial
 
 VERSION ?= 5.5.0
 

+ 1 - 1
get-all-dist.sh

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