also support building an ubuntu-cpc amd64 iotg image

This commit is contained in:
Brian Murray 2021-06-23 11:09:19 -07:00
parent d8b24aaae6
commit 066422894b

View File

@ -819,6 +819,10 @@ case $PROJECT in
amd64)
if [ "${SUBARCH:-}" = "generic" ]; then
KERNEL_FLAVOURS=generic
elif [ "${SUBARCH:-}" = "iotg" ]; then
KERNEL_FLAVOURS=image-intel
COMPONENTS='main restricted universe'
OPTS="${OPTS:+$OPTS }--initramfs=none"
fi
;;
riscv64*)