We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e800 commit 4a8ea57Copy full SHA for 4a8ea57
build.sh
@@ -42,7 +42,7 @@ function install_linux_cross_compiler() {
42
sudo apt -qq update
43
sudo apt install --no-install-recommends -y \
44
binfmt-support \
45
- qemu \
+ qemu-system \
46
qemu-user-static
47
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
48
}
0 commit comments