From 5e158eecf4b6485a1e6cef2f369969693f89c64f Mon Sep 17 00:00:00 2001 From: Dave Kempe Date: Sun, 1 Mar 2026 16:27:39 +1100 Subject: [PATCH] Fix arm64 .deb: change Architecture from amd64 to any debian/control had Architecture: amd64 hardcoded, causing dpkg-buildpackage to skip the package entirely on arm64 hosts ("no binary artifacts found"). Co-Authored-By: Claude Opus 4.6 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index da4d770..6efb758 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13) Standards-Version: 4.6.2 Package: rustguac -Architecture: amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libcairo2, libjpeg62-turbo,