On Fri, Aug 14, 2026 at 11:24:38PM +0900, Charles Plessy wrote: > I would appreciate if there would be easier way to turn off (and on) > i386 or any future new partial relesease without having to update > control fields and reupload a package and its whole dependency chain.
Hi Charles, I use the following in packages that don't work well with i386 etc. In debian/control: Build-Depends: architecture-is-64-bit, architecture-is-little-endian, In debian/salsa-ci.yml: variables: SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 Best -Dominique

