mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add support for next Ubuntu LTS (#3234)
* Add support for next Ubuntu LTS * Update build-cache.yml * Update build-cache.yml * Update build-cache.yml * Update build-cache.yml * Jammy repository creation * Enable docker build support on Jammy
This commit is contained in:
@@ -980,7 +980,7 @@ repo-manipulate()
|
||||
# "update" search for new files in output/debs* to add them to repository
|
||||
# "purge" leave only last 5 versions
|
||||
|
||||
local DISTROS=("stretch" "bionic" "buster" "bullseye" "focal" "hirsute" "impish" "sid")
|
||||
local DISTROS=("stretch" "bionic" "buster" "bullseye" "focal" "hirsute" "impish" "jammy" "sid")
|
||||
#local DISTROS=($(grep -rw config/distributions/*/ -e 'supported' | cut -d"/" -f3))
|
||||
|
||||
case $@ in
|
||||
|
||||
Reference in New Issue
Block a user