On Fri, 06 Feb 2026 13:45:05 +0100, Daniel Kral wrote:
> The architecture fallback branch relied on detect_architecture(...)
> failing and therefore $arch being undef afterwards.
> 
> However, if protected_call(sub { detect_architecture(...) }) itself
> returns a defined, falsy value, such as a empty string converted from an
> undef value, the 'arch' field will be set to that value, which will make
> the container fail to start.
> 
> [...]

Applied, but as mentioned in my reply to 3/4 I ordered this earlier, as it's a
prerequisite for this patch, thanks!

[4/4] setup: make the architecture fall back to amd64 for falsy values
      commit: e21afdcea18be498a7a4cebf6ad2df42ddfb9caf



Reply via email to