Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running with docker on macOS aarch64, i686 images will use qemu which already defaults to an i686 emulation. This results in the `linux32` command to fail. Use `linux32` only if `uname -m` reports x86_64.
- Loading branch information