From beecbeaaa9e5799ec7ec30f44453f535a7dae249 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Oct 2025 21:19:35 +0100 Subject: Use x86 LinuxLocalTarget for 'local'. --- cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist b/cdist index e28dbc5..3431ca2 100755 --- a/cdist +++ b/cdist @@ -970,7 +970,7 @@ def target_factory(args): elif s == 'appimage-old': target = AppImageTarget(args.work, ubuntu_version='14.04') elif s == 'local': - target = LocalTarget(args.work, args.dependencies_only) + target = LinuxLocalTarget(args.work, args.dependencies_only, cpu='x86') if target is None: raise Error("Bad target `%s'" % s) -- cgit v1.2.3