Remove Bullseye from Docker image generation

This commit is contained in:
Igor
2023-06-21 12:49:22 +02:00
committed by GitHub
parent de0de6941c
commit df63bc8bb4

View File

@@ -33,7 +33,7 @@ jobs:
echo 'JSON_CONTENT<<EOF' >> $GITHUB_OUTPUT
# cycle supported distributions and skip exotics
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic"))
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|bullseye"))
# extract release name from the distribution
for i in ${releases[@]}; do