Allow bundling in debug mode with both architectures

Max Brunsfeld and Mikayla created

Co-authored-by: Mikayla <mikayla@zed.dev>

Change summary

script/bundle | 1 -
1 file changed, 1 deletion(-)

Detailed changes

script/bundle 🔗

@@ -39,7 +39,6 @@ do
             export CARGO_INCREMENTAL=true
             export CARGO_BUNDLE_SKIP_BUILD=true
             build_flag="";
-            local_arch=true
             target_dir="debug"
             ;;
         l)