Hauk/hooks/pre_build
Marius Lindvall 8179836e8d Clean up multiarch Docker setup
Remove jq as it is no longer needed, and add warnings to the Dockerfiles meant for Docker Hub.
2019-12-07 23:18:10 +01:00

8 lines
234 B
Bash
Executable file

#!/bin/sh
# Set up QEMU for cross compilation
apt -y update
apt -y --only-upgrade install docker-ee
apt -y install qemu-user-static
cp /usr/bin/qemu-*-static .
docker run --rm --privileged multiarch/qemu-user-static:register --reset