[arm64] Port scripts between komga & mediamanager to support arm64 (#15245)

* [arm64] Port scripts between komga-mediamanager to support arm64

adds override to make debian cts on arm64 use ubuntu mongodb binaries

* bump limesurvey
This commit is contained in:
Sam Heinz
2026-06-21 08:21:58 +10:00
committed by GitHub
parent f6377d6be3
commit 18b9cd2e64
36 changed files with 66 additions and 53 deletions
+5 -2
View File
@@ -764,8 +764,11 @@ manage_tool_repository() {
local distro_codename
distro_codename=$(get_os_info codename)
# Suite mapping with fallback for newer releases not yet supported by upstream
if [[ "$distro_id" == "debian" ]]; then
if [[ "$distro_id" == "debian" && "$(dpkg --print-architecture)" == "arm64" ]]; then
distro_id="ubuntu"
suite="noble"
repo_url="https://repo.mongodb.org/apt/ubuntu"
elif [[ "$distro_id" == "debian" ]]; then
case "$distro_codename" in
trixie | forky | sid)
# Testing/unstable releases fallback to latest stable suite