瀏覽代碼

enable bookworm and jammy

Victor Seva 2 年之前
父節點
當前提交
92382185d1
共有 2 個文件被更改,包括 2 次插入2 次删除
  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 .