From 671e38429c4a8bfebb20015b24d6fbd982863af8 Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sun, 31 May 2026 02:07:11 -0400 Subject: [PATCH] fix(debian): change architecture from 'all' to 'amd64' Signed-off-by: Arian Nasr --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e1c1cac..f81d26f 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 4.7.0 Rules-Requires-Root: no Package: navidrome-uploader -Architecture: all +Architecture: amd64 Depends: ${misc:Depends}, adduser, python3, python3-venv, python3-pip, python3-wheel Description: Navidrome Web Upload Utility