mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add Ubuntu Impish (#3006)
This commit is contained in:
@@ -37,6 +37,7 @@ create_chroot()
|
||||
apt_mirror['bionic']="$UBUNTU_MIRROR"
|
||||
apt_mirror['focal']="$UBUNTU_MIRROR"
|
||||
apt_mirror['hirsute']="$UBUNTU_MIRROR"
|
||||
apt_mirror['impish']="$UBUNTU_MIRROR"
|
||||
components['stretch']='main,contrib'
|
||||
components['buster']='main,contrib'
|
||||
components['bullseye']='main,contrib'
|
||||
@@ -45,6 +46,7 @@ create_chroot()
|
||||
components['bionic']='main,universe,multiverse'
|
||||
components['focal']='main,universe,multiverse'
|
||||
components['hirsute']='main,universe,multiverse'
|
||||
components['impish']='main,universe,multiverse'
|
||||
display_alert "Creating build chroot" "$release/$arch" "info"
|
||||
local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc"
|
||||
# perhaps a temporally workaround
|
||||
|
||||
Reference in New Issue
Block a user