You've already forked docker-armbian-build
mirror of
https://github.com/armbian/docker-armbian-build.git
synced 2026-01-06 10:38:10 -08:00
Update update_docker.yml
This commit is contained in:
2
.github/workflows/update_docker.yml
vendored
2
.github/workflows/update_docker.yml
vendored
@@ -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|bullseye|sid"))
|
||||
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "focal|buster|kinetic|bullseye|sid|noble"))
|
||||
|
||||
# extract release name from the distribution
|
||||
for i in ${releases[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user