From 856e8c589d3bc581f3fabc6360bef1b2f1b1ecce Mon Sep 17 00:00:00 2001 From: nathan wagner Date: Sun, 17 Jul 2022 16:43:46 -0400 Subject: [PATCH] readme to re-do this if it dies --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..11e1f2c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +wsl2 +buildx builder requires registry cert +to run multi-arch more reliably run this in wsl instance +https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/ +``` +sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages +docker run --rm --privileged multiarch/qemu-user-static --reset -p yes +``` +vs code has remote-container setting now for wsl commands, just run that. +create multi arch build container +``` +docker buildx create --use +```