rbm windows builds failing with target arch 386 mismatch with current arch amd64
OS: Ubuntu 17.10 amd64 runc version: runc_1.0.0~rc2+docker1.13.1-0ubuntu1_amd64.deb failing targets: nightly-windows-i686 nightly-windows-x86_64 alpha-windows-i686 alpha-windows-x86_64 release-windows-i686 release-windows-x86_64 alpha_nightly-windows-i686 alpha_nightly-windows-x86_64 linux and macos targets do not have this problem output: ``` make alpha_nightly-windows-x86_64 git submodule update --init ./rbm/rbm build release --target alpha_nightly --target torbrowser-windows-x86_64 Building project tor-browser - tor-browser-7.5a8-windows-x86_64-30832d Building project container-image - container-image_precise-i386-7adf0860f1b6.tar.gz Building project debootstrap-image - container-image_precise-i386.tar.gz Using file /media/ssd/Code/Tor/tor-browser-build/out/debootstrap-image/container-image_ubuntu-base-17.04-base-amd64.tar.gz Error: Error starting remote: target arch 386 mismatch with current arch amd64 Makefile:72: recipe for target 'alpha_nightly-windows-x86_64' failed make: *** [alpha_nightly-windows-x86_64] Error 1 ```
issue