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 <noreply@anthropic.com>
This commit is contained in:
Dave Kempe
2026-03-01 16:27:39 +11:00
parent 043e52195b
commit 5e158eecf4
+1 -1
View File
@@ -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,