소스 검색

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 .