readme to re-do this if it dies
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user