functions: download snap packages with correct architecture

Have to set UBUNTU_STORE_ARCH when the architecture of host machine is
different from target machine
This commit is contained in:
Ethan Hsieh 2021-07-08 15:16:43 +08:00
parent 7a180f8d29
commit f4312118cc

View File

@ -548,7 +548,7 @@ _snap_preseed() {
sh -c "
set -x;
cd \"$CHROOT_ROOT/var/lib/snapd/seed\";
SNAPPY_STORE_NO_CDN=1 snap download \
UBUNTU_STORE_ARCH=$ARCH SNAPPY_STORE_NO_CDN=1 snap download \
--cohort="${COHORT_KEY:-}" \
--channel=\"$CHANNEL\" \"$SNAP_NAME\"" || snap_download_failed=1
if [ $snap_download_failed = 1 ] ; then