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
Disable noble as its broken
This commit is contained in:
4
.github/workflows/update_docker.yml
vendored
4
.github/workflows/update_docker.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
echo 'JSON_CONTENT<<EOF' >> $GITHUB_OUTPUT
|
||||
|
||||
# cycle non eos distributions and skip exotics
|
||||
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "bullseye|mantic|sid|trixie"))
|
||||
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "bullseye|mantic|sid|trixie|noble"))
|
||||
|
||||
# extract release name from the distribution
|
||||
for i in ${releases[@]}; do
|
||||
@@ -134,4 +134,4 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gautamkrishnar/keepalive-workflow@v2
|
||||
with:
|
||||
use_api: true
|
||||
use_api: true
|
||||
|
||||
Reference in New Issue
Block a user