[neon/infrastructure/pangea-data] imager: not for arm64
Carlos De Maine
null at kde.org
Tue Aug 27 17:21:02 BST 2024
Git commit 8023fc1b0a1016e37655e7c5af896d622bbf0b84 by Carlos De Maine.
Committed on 27/08/2024 at 16:20.
Pushed by carlosdem into branch 'master'.
not for arm64
M +1 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/8023fc1b0a1016e37655e7c5af896d622bbf0b84
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 41412f4..fcf91a0 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -196,7 +196,7 @@ fi
# make autobuilds reliable.
if [ "$VERSION_CODENAME" = "jammy" ]; then
$SUDO apt-get -y install gfxboot-theme-ubuntu syslinux syslinux-themes-neon || exit 1
-elif [ "$VERSION_CODENAME" = "noble" ]; then
+elif [ "$VERSION_CODENAME" = "noble" ] && [ "$ARCH" = "amd64" ]; then
# TODO STOP USING SYSLINUX
$SUDO apt-get -y install syslinux gfxboot-theme-ubuntu syslinux-themes-neon || exit 1
elif [ "$ARCH" = "amd64" ]; then
More information about the Neon-commits
mailing list