Use ubuntu-image from edge by default here.

ubuntu-core-desktop
Łukasz 'sil2100' Zemczak 1 year ago
parent 75d2250bf9
commit e4ad5b793b

@ -90,7 +90,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
# Use ubuntu-image instead of live-build # Use ubuntu-image instead of live-build
export SNAPPY_STORE_NO_CDN=1 export SNAPPY_STORE_NO_CDN=1
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-stable}" LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-edge}"
snap install \ snap install \
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image --classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image

Loading…
Cancel
Save