Skip to content

Instantly share code, notes, and snippets.

@batazor
Created July 10, 2019 10:46
Show Gist options
  • Save batazor/6b0a561747e594cd2604a1f550d2698b to your computer and use it in GitHub Desktop.
Save batazor/6b0a561747e594cd2604a1f550d2698b to your computer and use it in GitHub Desktop.
apt update
apt install -y qemu qemu-user-static qemu-user binfmt-support
docker run -it --rm -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static arm32v7/debian /bin/bash

.... you code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment