When running multiarch qemu in a docker this container ensures they are available.
This commit is contained in:
parent
e209b179dd
commit
cf035897c7
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
|
|
||||||
# https://docs.docker.com/build/building/multi-platform/#qemu-without-docker-desktop
|
# https://docs.docker.com/build/building/multi-platform/#qemu-without-docker-desktop
|
||||||
|
|
||||||
echo "Before:"
|
echo "Before:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue