Explorar o código

enable bookworm and jammy

Victor Seva %!s(int64=2) %!d(string=hai) anos
pai
achega
92382185d1
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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 .