diff --git a/packaging/AppImage-builder/AppImageBuilder.yml.jinja b/packaging/AppImage-builder/AppImageBuilder.yml.jinja index 151ba4f403..89213056b5 100644 --- a/packaging/AppImage-builder/AppImageBuilder.yml.jinja +++ b/packaging/AppImage-builder/AppImageBuilder.yml.jinja @@ -18,9 +18,13 @@ AppDir: {% endif %} allow_unauthenticated: true sources: - - sourceline: deb http://archive.ubuntu.com/ubuntu/ noble restricted universe multiverse - - sourceline: deb http://archive.ubuntu.com/ubuntu/ noble-updates restricted universe multiverse - - sourceline: deb http://security.ubuntu.com/ubuntu noble-security restricted universe multiverse + {% if arch == "x86_64" %} + - sourceline: deb http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse + - sourceline: deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse + - sourceline: deb http://security.ubuntu.com/ubuntu noble-security main restricted universe multiverse + {% elif arch == "aarch64" %} + - sourceline: deb http://ports.ubuntu.com/ubuntu-ports/ noble main restricted universe multiverse + {% endif %} include: - xdg-desktop-portal-kde - libgtk-3-0